Status: Pass 1029 Failure 81 Skip 90
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.servers.test_create_server | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersTestBootFromVolume) |
fail
ft1.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 59, in resource_setup server_initial = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 275, in create_test_server LOG.exception("Deleting volume %s failed, exception %s", File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 265, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 76b79c8c-15ff-4ad6-ac7f-aed13c36dfc1 failed to reach available status (current creating) within the required time (360 s). |
||||||
setUpClass (tempest.api.compute.volumes.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 467e206e-e254-4dc1-989b-987ad01a58d5 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.admin.test_snapshots_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotsActionsTest) |
fail
ft3.1: setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 90fd2cd2-cf04-463a-a27e-f848ee93c8f6 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.admin.test_volume_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotasNegativeTestJSON) |
fail
ft4.1: setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 20a090b7-e17a-4111-bb8b-2693a521eeaa failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
fail
ft5.1: setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7a40f79c-8ebf-4626-9227-5ba23bda38af failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.admin.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListAdminTestJSON) |
fail
ft6.1: setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 922431d1-f33a-4730-98e4-dfd163b5e4cc failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.test_image_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesImageMetadata) |
fail
ft7.1: setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5429bb5d-3fdb-4050-9378-858e4ab66269 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.test_snapshot_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotMetadataTestJSON) |
fail
ft8.1: setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6d7e3caf-a2da-47c8-b119-e8d6df980430 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.test_volume_absolute_limits | 1 | 0 | 1 | 0 | 0 | Detail | |
AbsoluteLimitsTests) |
fail
ft9.1: setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7aecda86-275e-4327-9fc0-3baa95edac73 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.test_volume_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesMetadataTest) |
fail
ft10.1: setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4a90bc76-ea53-4b81-bbc6-769739a5eb29 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft11.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 54308db8-b3af-474f-b3ab-3d1ec5eff27b failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListTestJSON) |
fail
ft12.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d78432f5-c341-4023-b38e-3af8376ad6d7 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.test_volumes_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesNegativeTest) |
fail
ft13.1: setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b94d46c-1cf3-45dc-96ea-46221314f110 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft14.1: setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eac8d84f-bff7-47c4-900c-451dd1635099 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.volume.test_volumes_snapshots_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotListTestJSON) |
fail
ft15.1: setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d1387e33-012f-48f2-b600-7d3f7ce25e11 failed to build and is in ERROR status |
||||||
tearDownClass (tempest.api.compute.servers.test_device_tagging | 1 | 0 | 1 | 0 | 0 | Detail | |
TaggedBootDevicesTest_v242) |
fail
ft16.1: tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: None, <traceback object at 0x7f92e6a0a5c0>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f92e69fa880>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (TaggedBootDevicesTest_v242:tearDownClass) Failed to delete volume 05a64e2b-5dee-45e2-80f3-6e3860844946 within the required time (360 s). Timer started at 1658612270. Timer ended at 1658612630. Waited for 360 s., <traceback object at 0x7f92e7a90b40>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f92e69f1880>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (TaggedBootDevicesTest_v242:tearDownClass) Failed to delete volume d1dcd2ad-1f42-4cd4-ae7b-4f9ec30b5094 within the required time (360 s). Timer started at 1658612630. Timer ended at 1658612990. Waited for 360 s., <traceback object at 0x7f92e7a34fc0>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f92e69895c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (TaggedBootDevicesTest_v242:tearDownClass) Failed to delete volume 45847d66-e6fb-4802-888a-09b3751e9a66 within the required time (360 s). Timer started at 1658612990. Timer ended at 1658613351. Waited for 361 s., <traceback object at 0x7f92e699d080>)) |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 8 | 7 | 1 | 0 | 0 | Detail | |
test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
pass
pt17.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
||||||
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft17.2: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:26:10,287 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.167s 2022-07-23 21:26:10,287 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f99d6e60-05c7-47e3-8652-07b81054e79b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "affc3572ef7d45249f50b5061a681d18", "name": "tempest-DeleteServersTestJSON-745069838-project", "password_expires_at": null}, "audit_ids": ["Dce5hlwwQv-3LZCVOVsYRQ"], "expires_at": "2022-07-23T22:26:10.000000Z", "issued_at": "2022-07-23T21:26:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a892bfe56afd4ee5bb6c47e926af7349", "name": "tempest-DeleteServersTestJSON-745069838"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_a892bfe56afd4ee5bb6c47e926af7349", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/a892bfe56afd4ee5bb6c47e926af7349", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 21:26:10,288 132210 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'c89c9ae3-a9c7-4e98-860d-e9f8ea64bbcb', 'name': 'tempest-DeleteServersTestJSON-1889168319-network', 'tenant_id': 'a892bfe56afd4ee5bb6c47e926af7349', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a892bfe56afd4ee5bb6c47e926af7349', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 186, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T21:25:43Z', 'updated_at': '2022-07-23T21:25:43Z', 'revision_number': 1} available for tenant 2022-07-23 21:26:11,562 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.222.0.17/compute/v2.1/servers 1.273s 2022-07-23 21:26:11,562 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1008255626", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "networks": [{"uuid": "c89c9ae3-a9c7-4e98-860d-e9f8ea64bbcb"}]}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a961a94-4659-4019-9e3f-7e148c781a93', 'x-compute-request-id': 'req-4a961a94-4659-4019-9e3f-7e148c781a93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "C8a9A33GGPcv"}}' 2022-07-23 21:26:12,070 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.505s 2022-07-23 21:26:12,070 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc46c12d-ed89-489c-9f49-9ffd3bc75756', 'x-compute-request-id': 'req-fc46c12d-ed89-489c-9f49-9ffd3bc75756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:13,207 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.129s 2022-07-23 21:26:13,208 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43b82f52-cea4-4c27-8266-4b7aca688657', 'x-compute-request-id': 'req-43b82f52-cea4-4c27-8266-4b7aca688657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:13,215 132210 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-23 21:26:14,328 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.111s 2022-07-23 21:26:14,328 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e86df635-b0b4-4489-95d0-56b53d54ecdd', 'x-compute-request-id': 'req-e86df635-b0b4-4489-95d0-56b53d54ecdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:15,438 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.101s 2022-07-23 21:26:15,438 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f53954df-466c-46ac-a4d7-9f2e30b0c1c4', 'x-compute-request-id': 'req-f53954df-466c-46ac-a4d7-9f2e30b0c1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:15,445 132210 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-07-23 21:26:16,548 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.102s 2022-07-23 21:26:16,548 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e927aaf3-fbd4-4564-a523-32043bbe3be6', 'x-compute-request-id': 'req-e927aaf3-fbd4-4564-a523-32043bbe3be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:17,696 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.140s 2022-07-23 21:26:17,697 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6c16145-04fd-4817-b261-70253b006be8', 'x-compute-request-id': 'req-f6c16145-04fd-4817-b261-70253b006be8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:19,282 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.577s 2022-07-23 21:26:19,283 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bbe5551-273a-4764-8643-24cc4e1e68b1', 'x-compute-request-id': 'req-7bbe5551-273a-4764-8643-24cc4e1e68b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:20,890 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.598s 2022-07-23 21:26:20,890 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e396d06-5200-42ee-81ff-4e56a45894c0', 'x-compute-request-id': 'req-4e396d06-5200-42ee-81ff-4e56a45894c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:22,238 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.339s 2022-07-23 21:26:22,239 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b3f6216-68a0-4d9c-b822-30fc041ed0cb', 'x-compute-request-id': 'req-5b3f6216-68a0-4d9c-b822-30fc041ed0cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:24,431 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 1.183s 2022-07-23 21:26:24,431 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da358ed0-e5bf-4071-9856-db3b31df8aca', 'x-compute-request-id': 'req-da358ed0-e5bf-4071-9856-db3b31df8aca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:25,884 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.444s 2022-07-23 21:26:25,885 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ace9b96-75aa-4ffb-b5ee-2f791797c55c', 'x-compute-request-id': 'req-2ace9b96-75aa-4ffb-b5ee-2f791797c55c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:27,400 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.507s 2022-07-23 21:26:27,401 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ee5c971-95e7-4685-a04a-616ec1125aaa', 'x-compute-request-id': 'req-1ee5c971-95e7-4685-a04a-616ec1125aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:28,656 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.247s 2022-07-23 21:26:28,657 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-839a8a7b-3aca-4850-9932-1abcd1ce5ccc', 'x-compute-request-id': 'req-839a8a7b-3aca-4850-9932-1abcd1ce5ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "BUILD", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:30,175 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d 0.510s 2022-07-23 21:26:30,175 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1503', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7648d76d-a241-4f11-ab9e-26c0cb0293eb', 'x-compute-request-id': 'req-7648d76d-a241-4f11-ab9e-26c0cb0293eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d'} Body: b'{"server": {"id": "9a9ac364-9d41-4402-9312-9e363b68792d", "name": "tempest-DeleteServersTestJSON-server-1008255626", "status": "ACTIVE", "tenant_id": "a892bfe56afd4ee5bb6c47e926af7349", "user_id": "affc3572ef7d45249f50b5061a681d18", "metadata": {}, "hostId": "df412d7a9b5a452ee905446ef220a5be74181cd02facebfc212623c2", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:26:11Z", "updated": "2022-07-23T21:26:30Z", "addresses": {"tempest-DeleteServersTestJSON-1889168319-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:fb:67"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/9a9ac364-9d41-4402-9312-9e363b68792d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-23T21:26:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:26:30,183 132210 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait 2022-07-23 21:26:30,545 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349/volumes 0.362s 2022-07-23 21:26:30,546 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-DeleteServersTestJSON-volume-1677204231"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ac10c3-f6e7-46b5-895f-b7bbe27a73c5', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ac10c3-f6e7-46b5-895f-b7bbe27a73c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349/volumes'} Body: b'{"volume": {"id": "02f286ce-2510-4f9c-bb55-f9ddec678298", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:26:30.389177", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1677204231", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298"}], "user_id": "affc3572ef7d45249f50b5061a681d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:26:30,637 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298 0.084s 2022-07-23 21:26:30,637 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ec048da-b18c-44b5-9799-905763fa6a4b', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ec048da-b18c-44b5-9799-905763fa6a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298'} Body: b'{"volume": {"id": "02f286ce-2510-4f9c-bb55-f9ddec678298", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:26:30.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1677204231", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298"}], "user_id": "affc3572ef7d45249f50b5061a681d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a892bfe56afd4ee5bb6c47e926af7349"}}' 2022-07-23 21:26:31,738 132210 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298 0.092s 2022-07-23 21:26:31,738 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:26:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe4e6a9-36e7-4199-970e-82c8abb6aeba', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe4e6a9-36e7-4199-970e-82c8abb6aeba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298'} Body: b'{"volume": {"id": "02f286ce-2510-4f9c-bb55-f9ddec678298", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:26:30.000000", "updated_at": "2022-07-23T21:26:31.000000", "name": "tempest-DeleteServersTestJSON-volume-1677204231", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/a892bfe56afd4ee5bb6c47e926af7349/volumes/02f286ce-2510-4f9c-bb55-f9ddec678298"}], "user_id": "affc3572ef7d45249f50b5061a681d18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a892bfe56afd4ee5bb6c47e926af7349"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 02f286ce-2510-4f9c-bb55-f9ddec678298 failed to build and is in ERROR status |
||||||
test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
pass
pt17.3: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
||||||
test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b] |
pass
pt17.4: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state[id-943bd6e8-4d7a-4904-be83-7a6cc2d4213b] |
||||||
test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad] |
pass
pt17.5: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad] |
||||||
test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
pass
pt17.6: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
||||||
test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b] |
pass
pt17.7: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b] |
||||||
test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
pass
pt17.8: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
||||||
tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft18.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:30:26,298 132210 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.222.0.17/volume/v3/283ad662e4b142c7b948cf19fa81146b/volumes 1.460s 2022-07-23 21:30:26,298 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-526495785", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f382ea6-2e67-4646-931e-e65b2b1fcae3', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f382ea6-2e67-4646-931e-e65b2b1fcae3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/283ad662e4b142c7b948cf19fa81146b/volumes'} Body: b'{"volume": {"id": "10c0fad5-3840-45c0-a5ba-72c54e63f8c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:30:26.007625", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-526495785", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5"}], "user_id": "db63ee7259e14b1a84a90bd6c0387df2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:30:26,450 132210 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.17/volume/v3/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5 0.145s 2022-07-23 21:30:26,450 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4fec917-ba97-4425-b5df-b84716049af6', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4fec917-ba97-4425-b5df-b84716049af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5'} Body: b'{"volume": {"id": "10c0fad5-3840-45c0-a5ba-72c54e63f8c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:30:26.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-526495785", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5"}], "user_id": "db63ee7259e14b1a84a90bd6c0387df2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "283ad662e4b142c7b948cf19fa81146b"}}' 2022-07-23 21:30:27,597 132210 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.222.0.17/volume/v3/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5 0.139s 2022-07-23 21:30:27,597 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61a98197-5751-4e35-b991-11e8cdcedb00', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61a98197-5751-4e35-b991-11e8cdcedb00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5'} Body: b'{"volume": {"id": "10c0fad5-3840-45c0-a5ba-72c54e63f8c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:30:26.000000", "updated_at": "2022-07-23T21:30:27.000000", "name": "tempest-TaggedBootDevicesTest-volume-526495785", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/283ad662e4b142c7b948cf19fa81146b/volumes/10c0fad5-3840-45c0-a5ba-72c54e63f8c5"}], "user_id": "db63ee7259e14b1a84a90bd6c0387df2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "283ad662e4b142c7b948cf19fa81146b"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 10c0fad5-3840-45c0-a5ba-72c54e63f8c5 failed to build and is in ERROR status |
||||||
tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 17 | 14 | 1 | 0 | 2 | Detail | |
test_change_server_password[id-6158df09-4b82-4ab3-af6d-29cf36af858d] |
skip
pt19.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password[id-6158df09-4b82-4ab3-af6d-29cf36af858d] |
||||||
test_create_backup[id-b963d4f1-94b3-4c40-9e97-7b583f46e470,image] |
pass
pt19.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup[id-b963d4f1-94b3-4c40-9e97-7b583f46e470,image] |
||||||
test_get_console_output[id-4b8867e6-fffa-4d54-b1d1-6fdda57be2f3] |
pass
pt19.3: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output[id-4b8867e6-fffa-4d54-b1d1-6fdda57be2f3] |
||||||
test_get_console_output_server_id_in_shutoff_status[id-5b65d4e7-4ecd-437c-83c0-d6b79d927568] |
pass
pt19.4: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status[id-5b65d4e7-4ecd-437c-83c0-d6b79d927568] |
||||||
test_get_console_output_with_unlimited_size[id-89104062-69d8-4b19-a71b-f47b7af093d7] |
pass
pt19.5: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size[id-89104062-69d8-4b19-a71b-f47b7af093d7] |
||||||
test_get_vnc_console[id-c6bc11bf-592e-4015-9319-1c98dc64daf5] |
skip
pt19.6: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console[id-c6bc11bf-592e-4015-9319-1c98dc64daf5] |
||||||
test_lock_unlock_server[id-80a8094c-211e-440a-ab88-9e59d556c7ee] |
pass
pt19.7: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server[id-80a8094c-211e-440a-ab88-9e59d556c7ee] |
||||||
test_pause_unpause_server[id-bd61a9fd-062f-4670-972b-2d6c3e3b9e73] |
pass
pt19.8: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server[id-bd61a9fd-062f-4670-972b-2d6c3e3b9e73] |
||||||
test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
pass
pt19.9: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
||||||
test_remove_server_all_security_groups[id-1d1c9104-1b0a-11e7-a3d4-fa163e65f5ce] |
pass
pt19.10: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups[id-1d1c9104-1b0a-11e7-a3d4-fa163e65f5ce] |
||||||
test_shelve_paused_server[id-8cf9f450-a871-42cf-9bef-77eba189c0b0] |
pass
pt19.11: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_paused_server[id-8cf9f450-a871-42cf-9bef-77eba189c0b0] |
||||||
test_stop_start_server[id-af8eafd4-38a7-4a4b-bdbc-75145a580560] |
pass
pt19.12: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server[id-af8eafd4-38a7-4a4b-bdbc-75145a580560] |
||||||
test_suspend_resume_server[id-0d8ee21e-b749-462d-83da-b85b41c86c7f] |
pass
pt19.13: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server[id-0d8ee21e-b749-462d-83da-b85b41c86c7f] |
||||||
test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2] |
pass
pt19.14: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm[id-1499262a-9328-4eda-9068-db1ac57498d2] |
||||||
test_resize_server_confirm_from_stopped[id-138b131d-66df-48c9-a171-64f45eb92962] |
pass
pt19.15: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped[id-138b131d-66df-48c9-a171-64f45eb92962] |
||||||
test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68] |
pass
pt19.16: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert[id-c03aab19-adb1-44f5-917d-c419577e9e68] |
||||||
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
fail
ft19.17: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 22:15:38,145 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 404 GET http://10.222.0.17/compute/v2.1/servers/753bfb35-eedb-435a-bf77-0eb788089251 0.032s 2022-07-23 22:15:38,146 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c87d4344-5772-4380-9e0e-81febea3539c', 'x-compute-request-id': 'req-c87d4344-5772-4380-9e0e-81febea3539c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/753bfb35-eedb-435a-bf77-0eb788089251'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 753bfb35-eedb-435a-bf77-0eb788089251 could not be found."}}' 2022-07-23 22:15:38,184 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.033s 2022-07-23 22:15:38,185 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fe6b1d91-d718-48b7-8569-1d735f0a34da', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "14820436f99c404b80194a1b985c76b1", "name": "tempest-ServerActionsTestJSON-1436267344-project", "password_expires_at": null}, "audit_ids": ["FLTy24AbS0Kc7q5-bZJsZA"], "expires_at": "2022-07-23T23:15:38.000000Z", "issued_at": "2022-07-23T22:15:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ca8bc0082894aa6b90a714ddc6a6790", "name": "tempest-ServerActionsTestJSON-1436267344"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_5ca8bc0082894aa6b90a714ddc6a6790", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/5ca8bc0082894aa6b90a714ddc6a6790", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 22:15:38,185 181409 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:setUp) Found network {'id': '710bdc98-a85f-4879-a272-9349d503f3f7', 'name': 'tempest-ServerActionsTestJSON-584318020-network', 'tenant_id': '5ca8bc0082894aa6b90a714ddc6a6790', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5ca8bc0082894aa6b90a714ddc6a6790', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 187, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T22:11:48Z', 'updated_at': '2022-07-23T22:11:48Z', 'revision_number': 1} available for tenant 2022-07-23 22:15:38,186 181409 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1953727802', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFH4IaTtfL99e69Djy4Mb6yYQSAoyKH2yzdTqAOTjw8MvtPdYMuY30ayY5G9XGpjHeY1vgFhiNh/JWQCXVZv74tUwbAVq2xlQDQu1cIbERp18SYbdMbLmVDO7IrKTVdffw==', 'fingerprint': 'a3:d4:8f:88:5e:23:b4:7f:44:87:93:00:d3:a1:e3:59', 'user_id': '14820436f99c404b80194a1b985c76b1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBiY7W+qvOLu8JtdI7Aw7lCtkhDu8bQFa3nN6BZiHHL4TU1pUC0NwIu\nGklxnB8RjqWgBwYFK4EEACKhZANiAARR+CGk7Xy/fXuvQ48uDG+smEEgKMih9ss3\nU6gDk48PDL7T3WDLmN9GsmORvVxqYx3mNb4BYYjYfyVkAl1Wb++LVMGwFatsZUA0\nLtXCGxEadfEmG3TGy5lQzuyKyk1XX38=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'da355296-f62c-44b4-9285-c338f4828d49', 'name': 'tempest-securitygroup--2070004119', 'stateful': True, 'tenant_id': '5ca8bc0082894aa6b90a714ddc6a6790', 'description': 'tempest-description--960965718', 'shared': False, 'security_group_rules': [{'id': '518c3373-5bbe-4895-b1e2-afbb413df439', 'tenant_id': '5ca8bc0082894aa6b90a714ddc6a6790', 'security_group_id': 'da355296-f62c-44b4-9285-c338f4828d49', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 4272, 'description': None, 'tags': [], 'created_at': '2022-07-23T22:11:52Z', 'updated_at': '2022-07-23T22:11:52Z', 'revision_number': 0, 'project_id': '5ca8bc0082894aa6b90a714ddc6a6790'}, {'id': '903f74d8-0f31-49a8-a05e-efaf913adef0', 'tenant_id': '5ca8bc0082894aa6b90a714ddc6a6790', 'security_group_id': 'da355296-f62c-44b4-9285-c338f4828d49', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 4273, 'description': None, 'tags': [], 'created_at': '2022-07-23T22:11:52Z', 'updated_at': '2022-07-23T22:11:52Z', 'revision_number': 0, 'project_id': '5ca8bc0082894aa6b90a714ddc6a6790'}], 'tags': [], 'created_at': '2022-07-23T22:11:52Z', 'updated_at': '2022-07-23T22:11:52Z', 'revision_number': 1, 'project_id': '5ca8bc0082894aa6b90a714ddc6a6790'}, 'floating_ip': {'id': 'dbda4050-87f5-44a9-87ba-d29944aa5e03', 'tenant_id': '5ca8bc0082894aa6b90a714ddc6a6790', 'floating_ip_address': '172.35.4.48', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5ca8bc0082894aa6b90a714ddc6a6790', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T22:11:53Z', 'updated_at': '2022-07-23T22:11:53Z', 'revision_number': 0, 'ip': '172.35.4.48'}} 2022-07-23 22:15:38,796 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 202 POST http://10.222.0.17/compute/v2.1/servers 0.609s 2022-07-23 22:15:38,796 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerActionsTestJSON-server-265609228", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "networks": [{"uuid": "710bdc98-a85f-4879-a272-9349d503f3f7"}], "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "key_name": "tempest-keypair-1953727802", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d33cafd-d5b8-40a3-a098-e97c16d008cc', 'x-compute-request-id': 'req-8d33cafd-d5b8-40a3-a098-e97c16d008cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "adminPass": "7yVLjBPNh3os"}}' 2022-07-23 22:15:38,870 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.071s 2022-07-23 22:15:38,870 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83879481-f1a4-4276-9f57-8edaf7196097', 'x-compute-request-id': 'req-83879481-f1a4-4276-9f57-8edaf7196097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "BUILD", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:39Z", "updated": "2022-07-23T22:15:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:15:39,970 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.091s 2022-07-23 22:15:39,971 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-963aa373-9986-40b6-975f-00064d1bf1dc', 'x-compute-request-id': 'req-963aa373-9986-40b6-975f-00064d1bf1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "BUILD", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "30cd46752f7ad130b512acc43bfee6fbc149ed295f1367d904e7be2d", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:38Z", "updated": "2022-07-23T22:15:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:15:39,978 181409 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait 2022-07-23 22:15:41,169 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.189s 2022-07-23 22:15:41,169 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1520add-d961-4f55-9a0f-e987bb3dea8a', 'x-compute-request-id': 'req-b1520add-d961-4f55-9a0f-e987bb3dea8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "BUILD", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "30cd46752f7ad130b512acc43bfee6fbc149ed295f1367d904e7be2d", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:38Z", "updated": "2022-07-23T22:15:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:15:42,350 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.171s 2022-07-23 22:15:42,350 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20e4774c-936f-4513-971b-9c6fee36b45a', 'x-compute-request-id': 'req-20e4774c-936f-4513-971b-9c6fee36b45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "BUILD", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "30cd46752f7ad130b512acc43bfee6fbc149ed295f1367d904e7be2d", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:38Z", "updated": "2022-07-23T22:15:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:15:43,529 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.169s 2022-07-23 22:15:43,529 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8386e9cb-2d6e-4b94-8656-b5af07a23c72', 'x-compute-request-id': 'req-8386e9cb-2d6e-4b94-8656-b5af07a23c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "BUILD", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "30cd46752f7ad130b512acc43bfee6fbc149ed295f1367d904e7be2d", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:38Z", "updated": "2022-07-23T22:15:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:15:44,710 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.172s 2022-07-23 22:15:44,710 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fedfc05d-2f97-46a9-8096-f46327e7f525', 'x-compute-request-id': 'req-fedfc05d-2f97-46a9-8096-f46327e7f525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "BUILD", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "30cd46752f7ad130b512acc43bfee6fbc149ed295f1367d904e7be2d", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:38Z", "updated": "2022-07-23T22:15:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:15:45,890 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.170s 2022-07-23 22:15:45,890 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fb93232-b798-4e3f-a80a-dc133afaf45d', 'x-compute-request-id': 'req-0fb93232-b798-4e3f-a80a-dc133afaf45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "BUILD", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "30cd46752f7ad130b512acc43bfee6fbc149ed295f1367d904e7be2d", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:38Z", "updated": "2022-07-23T22:15:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:15:47,077 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.177s 2022-07-23 22:15:47,077 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9255ecd8-648d-412e-b7d2-3ce12c8a203c', 'x-compute-request-id': 'req-9255ecd8-648d-412e-b7d2-3ce12c8a203c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "BUILD", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "30cd46752f7ad130b512acc43bfee6fbc149ed295f1367d904e7be2d", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:38Z", "updated": "2022-07-23T22:15:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:15:48,247 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.160s 2022-07-23 22:15:48,247 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aabaf46-163e-4766-b6a9-dcb97fd16937', 'x-compute-request-id': 'req-9aabaf46-163e-4766-b6a9-dcb97fd16937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "ACTIVE", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "30cd46752f7ad130b512acc43bfee6fbc149ed295f1367d904e7be2d", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:38Z", "updated": "2022-07-23T22:15:48Z", "addresses": {"tempest-ServerActionsTestJSON-584318020-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cd:6c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": "2022-07-23T22:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:15:48,255 181409 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2022-07-23 22:15:48,360 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7/os-interface 0.104s 2022-07-23 22:15:48,361 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13622308-cb7b-4b39-8ff5-7deb86667143', 'x-compute-request-id': 'req-13622308-cb7b-4b39-8ff5-7deb86667143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "710bdc98-a85f-4879-a272-9349d503f3f7", "port_id": "bcf6b344-286a-42ae-88a4-1d76377a204c", "mac_addr": "fa:16:3e:bd:cd:6c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "721fab19-ff1e-4e55-9c17-ccb2b059b655", "ip_address": "172.20.0.11"}]}]}' 2022-07-23 22:15:49,303 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 PUT http://10.222.0.17:9696/v2.0/floatingips/dbda4050-87f5-44a9-87ba-d29944aa5e03 0.939s 2022-07-23 22:15:49,303 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "bcf6b344-286a-42ae-88a4-1d76377a204c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-e91abfd5-41f1-4272-8815-746eb26b1c75', 'date': 'Sat, 23 Jul 2022 22:15:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/dbda4050-87f5-44a9-87ba-d29944aa5e03'} Body: b'{"floatingip": {"id": "dbda4050-87f5-44a9-87ba-d29944aa5e03", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "floating_ip_address": "172.35.4.48", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": "5d3afe2c-11a5-406d-b316-c02b046ce4d1", "port_id": "bcf6b344-286a-42ae-88a4-1d76377a204c", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "710bdc98-a85f-4879-a272-9349d503f3f7", "mac_address": "fa:16:3e:bd:cd:6c", "admin_state_up": true, "status": "ACTIVE", "device_id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-23T22:11:53Z", "updated_at": "2022-07-23T22:15:48Z", "revision_number": 13, "project_id": "5ca8bc0082894aa6b90a714ddc6a6790"}}' 2022-07-23 22:15:49,304 181409 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.48:22' as 'ubuntu' with public key authentication 2022-07-23 22:15:50,310 181409 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.48 ([Errno None] Unable to connect to port 22 on 172.35.4.48). Number attempts: 1. Retry after 2 seconds. 2022-07-23 22:15:55,878 181409 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.48 ([Errno None] Unable to connect to port 22 on 172.35.4.48). Number attempts: 2. Retry after 3 seconds. 2022-07-23 22:16:02,438 181409 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.48 ([Errno None] Unable to connect to port 22 on 172.35.4.48). Number attempts: 3. Retry after 4 seconds. 2022-07-23 22:16:09,990 181409 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.48 ([Errno None] Unable to connect to port 22 on 172.35.4.48). Number attempts: 4. Retry after 5 seconds. 2022-07-23 22:16:15,500 181409 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.48 ([Errno None] Unable to connect to port 22 on 172.35.4.48). Number attempts: 5. Retry after 6 seconds. 2022-07-23 22:16:22,044 181409 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 22:16:22,401 181409 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 22:16:22,402 181409 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.48 successfully created 2022-07-23 22:16:22,657 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790/volumes 0.253s 2022-07-23 22:16:22,657 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-556327154"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:16:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3026d635-5cd9-406f-a45f-99a5d20541b2', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3026d635-5cd9-406f-a45f-99a5d20541b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790/volumes'} Body: b'{"volume": {"id": "4b23cfe7-f2a2-4901-b8f1-db4544af4d75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:16:22.589036", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-556327154", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75"}], "user_id": "14820436f99c404b80194a1b985c76b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 22:16:22,709 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75 0.044s 2022-07-23 22:16:22,710 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:16:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1074ff3d-accd-4d35-943d-d582c0afa2ea', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1074ff3d-accd-4d35-943d-d582c0afa2ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75'} Body: b'{"volume": {"id": "4b23cfe7-f2a2-4901-b8f1-db4544af4d75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:16:23.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-556327154", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75"}], "user_id": "14820436f99c404b80194a1b985c76b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790"}}' 2022-07-23 22:16:23,764 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75 0.046s 2022-07-23 22:16:23,764 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:16:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47382bdb-b0cd-488b-8721-610ed83bcfa0', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47382bdb-b0cd-488b-8721-610ed83bcfa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75'} Body: b'{"volume": {"id": "4b23cfe7-f2a2-4901-b8f1-db4544af4d75", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:16:23.000000", "updated_at": "2022-07-23T22:16:23.000000", "name": "tempest-ServerActionsTestJSON-volume-556327154", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/5ca8bc0082894aa6b90a714ddc6a6790/volumes/4b23cfe7-f2a2-4901-b8f1-db4544af4d75"}], "user_id": "14820436f99c404b80194a1b985c76b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790"}}' 2022-07-23 22:16:23,771 181409 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2022-07-23 22:16:23,946 181409 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7 0.173s 2022-07-23 22:16:23,947 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:16:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae3e0c72-a316-4c3c-a99e-e81efab0a525', 'x-compute-request-id': 'req-ae3e0c72-a316-4c3c-a99e-e81efab0a525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7'} Body: b'{"server": {"id": "5cd84109-0ec5-44be-ab76-43ae158bf4c7", "name": "tempest-ServerActionsTestJSON-server-265609228", "status": "ACTIVE", "tenant_id": "5ca8bc0082894aa6b90a714ddc6a6790", "user_id": "14820436f99c404b80194a1b985c76b1", "metadata": {}, "hostId": "30cd46752f7ad130b512acc43bfee6fbc149ed295f1367d904e7be2d", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:15:38Z", "updated": "2022-07-23T22:15:48Z", "addresses": {"tempest-ServerActionsTestJSON-584318020-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cd:6c"}, {"version": 4, "addr": "172.35.4.48", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cd:6c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/5cd84109-0ec5-44be-ab76-43ae158bf4c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1953727802", "OS-SRV-USG:launched_at": "2022-07-23T22:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2070004119"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 451, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4b23cfe7-f2a2-4901-b8f1-db4544af4d75 failed to build and is in ERROR status |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 6 | 4 | 2 | 0 | 0 | Detail | |
test_rescue_non_existent_server[id-6dfc0a55-3a77-4564-a144-1587b7971dde,negative] |
pass
pt20.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server[id-6dfc0a55-3a77-4564-a144-1587b7971dde,negative] |
||||||
test_rescue_paused_instance[id-cc3a883f-43c0-4fb6-a9bb-5579d64984ed,negative] |
pass
pt20.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance[id-cc3a883f-43c0-4fb6-a9bb-5579d64984ed,negative] |
||||||
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
fail
ft20.3: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:28:16,069 132203 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes 0.502s 2022-07-23 21:28:16,071 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-956321735"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:28:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7038580-92fd-475a-9f36-6a8c5a9fdfa3', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7038580-92fd-475a-9f36-6a8c5a9fdfa3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes'} Body: b'{"volume": {"id": "6cfe4f08-8710-4953-8204-c1682951a821", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:28:15.917440", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-956321735", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821"}], "user_id": "e11fb79c253c4a0f955d710ff4626f6d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:28:16,163 132203 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821 0.085s 2022-07-23 21:28:16,163 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:28:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-415258a8-8248-4caf-a2f1-ca81e467869a', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-415258a8-8248-4caf-a2f1-ca81e467869a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821'} Body: b'{"volume": {"id": "6cfe4f08-8710-4953-8204-c1682951a821", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:28:16.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-956321735", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821"}], "user_id": "e11fb79c253c4a0f955d710ff4626f6d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b46cc4b1ef64d168bf4184339de54d2"}}' 2022-07-23 21:28:17,279 132203 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821 0.108s 2022-07-23 21:28:17,280 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:28:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c038fc79-5d8b-42c5-abf7-480667f773af', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c038fc79-5d8b-42c5-abf7-480667f773af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821'} Body: b'{"volume": {"id": "6cfe4f08-8710-4953-8204-c1682951a821", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:28:16.000000", "updated_at": "2022-07-23T21:28:16.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-956321735", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2b46cc4b1ef64d168bf4184339de54d2/volumes/6cfe4f08-8710-4953-8204-c1682951a821"}], "user_id": "e11fb79c253c4a0f955d710ff4626f6d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b46cc4b1ef64d168bf4184339de54d2"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6cfe4f08-8710-4953-8204-c1682951a821 failed to build and is in ERROR status |
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
fail
ft20.4: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:28:17,674 132203 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes 0.379s 2022-07-23 21:28:17,674 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-1181476965"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:28:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aaf73da-8725-4c24-b251-51eb1b1524b0', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aaf73da-8725-4c24-b251-51eb1b1524b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes'} Body: b'{"volume": {"id": "a1d2d050-42d6-4b3e-bad3-a329af978366", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:28:17.526531", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1181476965", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366"}], "user_id": "e11fb79c253c4a0f955d710ff4626f6d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:28:17,891 132203 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366 0.210s 2022-07-23 21:28:17,892 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:28:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34053bd0-47ec-454b-8995-4be0c82d960b', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34053bd0-47ec-454b-8995-4be0c82d960b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366'} Body: b'{"volume": {"id": "a1d2d050-42d6-4b3e-bad3-a329af978366", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:28:18.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1181476965", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366"}], "user_id": "e11fb79c253c4a0f955d710ff4626f6d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b46cc4b1ef64d168bf4184339de54d2"}}' 2022-07-23 21:28:19,068 132203 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366 0.168s 2022-07-23 21:28:19,069 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:28:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25d8493d-bb09-4af7-963d-ef18828e786b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25d8493d-bb09-4af7-963d-ef18828e786b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366'} Body: b'{"volume": {"id": "a1d2d050-42d6-4b3e-bad3-a329af978366", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:28:18.000000", "updated_at": "2022-07-23T21:28:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1181476965", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2b46cc4b1ef64d168bf4184339de54d2/volumes/a1d2d050-42d6-4b3e-bad3-a329af978366"}], "user_id": "e11fb79c253c4a0f955d710ff4626f6d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b46cc4b1ef64d168bf4184339de54d2"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a1d2d050-42d6-4b3e-bad3-a329af978366 failed to build and is in ERROR status |
||||||
test_rescued_vm_reboot[id-db22b618-f157-4566-a317-1b6d467a8094,negative] |
pass
pt20.5: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot[id-db22b618-f157-4566-a317-1b6d467a8094,negative] |
||||||
test_rescued_vm_rebuild[id-70cdb8a1-89f8-437d-9448-8844fd82bf46,negative] |
pass
pt20.6: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild[id-70cdb8a1-89f8-437d-9448-8844fd82bf46,negative] |
||||||
tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 45 | 42 | 2 | 0 | 1 | Detail | |
test_create_numeric_server_name[id-fd57f159-68d6-4c2a-902b-03070828a87e,negative] |
pass
pt21.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name[id-fd57f159-68d6-4c2a-902b-03070828a87e,negative] |
||||||
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
fail
ft21.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:31:08,845 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305 1.330s 2022-07-23 21:31:08,845 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1505', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30c662c7-e6af-45e2-957e-7fdcadfa3727', 'x-compute-request-id': 'req-30c662c7-e6af-45e2-957e-7fdcadfa3727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305'} Body: b'{"server": {"id": "f2ad2cfd-7479-48d0-b802-cdd5d5093305", "name": "tempest-ServersNegativeTestJSON-server-100839358", "status": "ACTIVE", "tenant_id": "d70f6c96e1ad484aa3207fc01a12d519", "user_id": "6ca9644a73d9468aa39b21548a72bded", "metadata": {}, "hostId": "351c50311fce1d2922ecf7a3c17ecb22c7cc169498b4ad25aa8625ea", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:09Z", "updated": "2022-07-23T21:30:33Z", "addresses": {"tempest-ServersNegativeTestJSON-1881471938-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:dc:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-23T21:30:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:09,452 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes 0.599s 2022-07-23 21:31:09,452 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-ServersNegativeTestJSON-volume-1007260980"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b93cab8e-3d50-47fd-981d-265f346242a4', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b93cab8e-3d50-47fd-981d-265f346242a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes'} Body: b'{"volume": {"id": "78de6468-e160-48ff-a9e3-ce6fbaad37b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:31:09.291104", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1007260980", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2"}], "user_id": "6ca9644a73d9468aa39b21548a72bded", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:31:09,583 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2 0.124s 2022-07-23 21:31:09,583 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a418396e-cca2-4e6a-8a08-822aa5b90782', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a418396e-cca2-4e6a-8a08-822aa5b90782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2'} Body: b'{"volume": {"id": "78de6468-e160-48ff-a9e3-ce6fbaad37b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:31:09.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1007260980", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2"}], "user_id": "6ca9644a73d9468aa39b21548a72bded", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f6c96e1ad484aa3207fc01a12d519"}}' 2022-07-23 21:31:10,687 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2 0.095s 2022-07-23 21:31:10,687 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e49b4c0-93f8-4d69-9d15-ba86ef4ff1dd', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e49b4c0-93f8-4d69-9d15-ba86ef4ff1dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2'} Body: b'{"volume": {"id": "78de6468-e160-48ff-a9e3-ce6fbaad37b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:31:09.000000", "updated_at": "2022-07-23T21:31:10.000000", "name": "tempest-ServersNegativeTestJSON-volume-1007260980", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/d70f6c96e1ad484aa3207fc01a12d519/volumes/78de6468-e160-48ff-a9e3-ce6fbaad37b2"}], "user_id": "6ca9644a73d9468aa39b21548a72bded", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f6c96e1ad484aa3207fc01a12d519"}}' 2022-07-23 21:31:11,250 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305 0.545s 2022-07-23 21:31:11,250 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1505', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a70ec3e-873e-4ed0-a78f-16be629a3069', 'x-compute-request-id': 'req-0a70ec3e-873e-4ed0-a78f-16be629a3069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305'} Body: b'{"server": {"id": "f2ad2cfd-7479-48d0-b802-cdd5d5093305", "name": "tempest-ServersNegativeTestJSON-server-100839358", "status": "ACTIVE", "tenant_id": "d70f6c96e1ad484aa3207fc01a12d519", "user_id": "6ca9644a73d9468aa39b21548a72bded", "metadata": {}, "hostId": "351c50311fce1d2922ecf7a3c17ecb22c7cc169498b4ad25aa8625ea", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:09Z", "updated": "2022-07-23T21:30:33Z", "addresses": {"tempest-ServersNegativeTestJSON-1881471938-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:dc:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-23T21:30:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 78de6468-e160-48ff-a9e3-ce6fbaad37b2 failed to build and is in ERROR status |
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
fail
ft21.3: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:31:11,630 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305 0.370s 2022-07-23 21:31:11,630 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1505', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daea6866-37e0-4103-bba8-5ba0ba6be30f', 'x-compute-request-id': 'req-daea6866-37e0-4103-bba8-5ba0ba6be30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305'} Body: b'{"server": {"id": "f2ad2cfd-7479-48d0-b802-cdd5d5093305", "name": "tempest-ServersNegativeTestJSON-server-100839358", "status": "ACTIVE", "tenant_id": "d70f6c96e1ad484aa3207fc01a12d519", "user_id": "6ca9644a73d9468aa39b21548a72bded", "metadata": {}, "hostId": "351c50311fce1d2922ecf7a3c17ecb22c7cc169498b4ad25aa8625ea", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:09Z", "updated": "2022-07-23T21:30:33Z", "addresses": {"tempest-ServersNegativeTestJSON-1881471938-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:dc:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-23T21:30:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:12,195 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 202 POST http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes 0.552s 2022-07-23 21:31:12,195 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-ServersNegativeTestJSON-volume-1063700518"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ecee10-7518-4f51-a85f-42efc057180a', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ecee10-7518-4f51-a85f-42efc057180a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes'} Body: b'{"volume": {"id": "83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:31:12.017956", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1063700518", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d"}], "user_id": "6ca9644a73d9468aa39b21548a72bded", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:31:12,295 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 200 GET http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d 0.094s 2022-07-23 21:31:12,296 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d745aa6-3613-476d-9aca-051466921179', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d745aa6-3613-476d-9aca-051466921179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d'} Body: b'{"volume": {"id": "83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:31:12.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1063700518", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d"}], "user_id": "6ca9644a73d9468aa39b21548a72bded", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f6c96e1ad484aa3207fc01a12d519"}}' 2022-07-23 21:31:13,389 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 200 GET http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d 0.084s 2022-07-23 21:31:13,389 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f59b7684-0b82-444f-af81-43861e26e269', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59b7684-0b82-444f-af81-43861e26e269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d'} Body: b'{"volume": {"id": "83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:31:12.000000", "updated_at": "2022-07-23T21:31:12.000000", "name": "tempest-ServersNegativeTestJSON-volume-1063700518", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/d70f6c96e1ad484aa3207fc01a12d519/volumes/83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d"}], "user_id": "6ca9644a73d9468aa39b21548a72bded", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d70f6c96e1ad484aa3207fc01a12d519"}}' 2022-07-23 21:31:13,883 132213 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305 0.475s 2022-07-23 21:31:13,883 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1505', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4250bedd-629b-4cea-abea-3edd9adb5af5', 'x-compute-request-id': 'req-4250bedd-629b-4cea-abea-3edd9adb5af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305'} Body: b'{"server": {"id": "f2ad2cfd-7479-48d0-b802-cdd5d5093305", "name": "tempest-ServersNegativeTestJSON-server-100839358", "status": "ACTIVE", "tenant_id": "d70f6c96e1ad484aa3207fc01a12d519", "user_id": "6ca9644a73d9468aa39b21548a72bded", "metadata": {}, "hostId": "351c50311fce1d2922ecf7a3c17ecb22c7cc169498b4ad25aa8625ea", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:09Z", "updated": "2022-07-23T21:30:33Z", "addresses": {"tempest-ServersNegativeTestJSON-1881471938-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:dc:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f2ad2cfd-7479-48d0-b802-cdd5d5093305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-23T21:30:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 83bdbdaa-f00c-4399-8d2d-f24bf07f8a3d failed to build and is in ERROR status |
||||||
test_create_server_metadata_exceeds_length_limit[id-7fc74810-0bd2-4cd7-8244-4f33a9db865a,negative] |
pass
pt21.4: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit[id-7fc74810-0bd2-4cd7-8244-4f33a9db865a,negative] |
||||||
test_create_server_name_length_exceeds_256[id-c3e0fb12-07fc-4d76-a22e-37409887afe8,negative] |
pass
pt21.5: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256[id-c3e0fb12-07fc-4d76-a22e-37409887afe8,negative] |
||||||
test_create_with_invalid_flavor[id-18f5227f-d155-4429-807c-ccb103887537,negative] |
pass
pt21.6: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor[id-18f5227f-d155-4429-807c-ccb103887537,negative] |
||||||
test_create_with_invalid_image[id-fcba1052-0a50-4cf3-b1ac-fae241edf02f,negative] |
pass
pt21.7: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image[id-fcba1052-0a50-4cf3-b1ac-fae241edf02f,negative] |
||||||
test_create_with_invalid_network_uuid[id-4e72dc2d-44c5-4336-9667-f7972e95c402,negative] |
pass
pt21.8: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid[id-4e72dc2d-44c5-4336-9667-f7972e95c402,negative] |
||||||
test_create_with_non_existent_keypair[id-7a2efc39-530c-47de-b875-2dd01c8d39bd,negative] |
pass
pt21.9: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair[id-7a2efc39-530c-47de-b875-2dd01c8d39bd,negative] |
||||||
test_create_with_nonexistent_security_group[id-c5fa6041-80cd-483b-aa6d-4e45f19d093c,negative] |
pass
pt21.10: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group[id-c5fa6041-80cd-483b-aa6d-4e45f19d093c,negative] |
||||||
test_delete_non_existent_server[id-1041b4e6-514b-4855-96a5-e974b60870a3,negative] |
pass
pt21.11: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server[id-1041b4e6-514b-4855-96a5-e974b60870a3,negative] |
||||||
test_delete_server_pass_id_exceeding_length_limit[id-f4d7279b-5fd2-4bf2-9ba4-ae35df0d18c5,negative] |
pass
pt21.12: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit[id-f4d7279b-5fd2-4bf2-9ba4-ae35df0d18c5,negative] |
||||||
test_delete_server_pass_negative_id[id-75f79124-277c-45e6-a373-a1d6803f4cc4,negative] |
pass
pt21.13: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id[id-75f79124-277c-45e6-a373-a1d6803f4cc4,negative] |
||||||
test_force_delete_nonexistent_server_id[id-6f47992b-5144-4250-9f8b-f00aa33950f3,negative] |
pass
pt21.14: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id[id-6f47992b-5144-4250-9f8b-f00aa33950f3,negative] |
||||||
test_get_console_output_of_non_existent_server[id-7dd919e7-413f-4198-bebb-35e2a01b13e9,negative] |
pass
pt21.15: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server[id-7dd919e7-413f-4198-bebb-35e2a01b13e9,negative] |
||||||
test_get_non_existent_server[id-3436b02f-1b1e-4f03-881e-c6a602327439,negative] |
pass
pt21.16: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server[id-3436b02f-1b1e-4f03-881e-c6a602327439,negative] |
||||||
test_invalid_access_ip_v4_address[id-7f70a4d1-608f-4794-9e56-cb182765972c,negative] |
pass
pt21.17: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address[id-7f70a4d1-608f-4794-9e56-cb182765972c,negative] |
||||||
test_invalid_ip_v6_address[id-5226dd80-1e9c-4d8a-b5f9-b26ca4763fd0,negative] |
pass
pt21.18: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address[id-5226dd80-1e9c-4d8a-b5f9-b26ca4763fd0,negative] |
||||||
test_pause_non_existent_server[id-6a8dc0c6-6cd4-4c0a-9f32-413881828091,negative] |
pass
pt21.19: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server[id-6a8dc0c6-6cd4-4c0a-9f32-413881828091,negative] |
||||||
test_pause_paused_server[id-d1417e7f-a509-41b5-a102-d5eed8613369,negative] |
pass
pt21.20: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server[id-d1417e7f-a509-41b5-a102-d5eed8613369,negative] |
||||||
test_personality_file_contents_not_encoded[id-b8a7235e-5246-4a8f-a08e-b34877c6586f,negative] |
skip
pt21.21: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded[id-b8a7235e-5246-4a8f-a08e-b34877c6586f,negative] |
||||||
test_reboot_deleted_server[id-581a397d-5eab-486f-9cf9-1014bbd4c984,negative] |
pass
pt21.22: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server[id-581a397d-5eab-486f-9cf9-1014bbd4c984,negative] |
||||||
test_reboot_non_existent_server[id-d4c023a0-9c55-4747-9dd5-413b820143c7,negative] |
pass
pt21.23: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server[id-d4c023a0-9c55-4747-9dd5-413b820143c7,negative] |
||||||
test_rebuild_deleted_server[id-98fa0458-1485-440f-873b-fe7f0d714930,negative] |
pass
pt21.24: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server[id-98fa0458-1485-440f-873b-fe7f0d714930,negative] |
||||||
test_rebuild_non_existent_server[id-d86141a7-906e-4731-b187-d64a2ea61422,negative] |
pass
pt21.25: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server[id-d86141a7-906e-4731-b187-d64a2ea61422,negative] |
||||||
test_restore_nonexistent_server_id[id-9c6d38cc-fcfb-437a-85b9-7b788af8bf01,negative] |
pass
pt21.26: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id[id-9c6d38cc-fcfb-437a-85b9-7b788af8bf01,negative] |
||||||
test_restore_server_invalid_state[id-7fcadfab-bd6a-4753-8db7-4a51e51aade9,negative] |
pass
pt21.27: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state[id-7fcadfab-bd6a-4753-8db7-4a51e51aade9,negative] |
||||||
test_resume_non_existent_server[id-221cd282-bddb-4837-a683-89c2487389b6,negative] |
pass
pt21.28: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server[id-221cd282-bddb-4837-a683-89c2487389b6,negative] |
||||||
test_resume_server_invalid_state[id-ccb6294d-c4c9-498f-8a43-554c098bfadb,negative] |
pass
pt21.29: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state[id-ccb6294d-c4c9-498f-8a43-554c098bfadb,negative] |
||||||
test_server_name_blank[id-dbbfd247-c40c-449e-8f6c-d2aa7c7da7cf,negative] |
pass
pt21.30: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank[id-dbbfd247-c40c-449e-8f6c-d2aa7c7da7cf,negative] |
||||||
test_shelve_non_existent_server[id-abca56e2-a892-48ea-b5e5-e07e69774816,negative] |
pass
pt21.31: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server[id-abca56e2-a892-48ea-b5e5-e07e69774816,negative] |
||||||
test_shelve_shelved_server[id-443e4f9b-e6bf-4389-b601-3a710f15fddd,negative] |
pass
pt21.32: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server[id-443e4f9b-e6bf-4389-b601-3a710f15fddd,negative] |
||||||
test_stop_non_existent_server[id-a31460a9-49e1-42aa-82ee-06e0bb7c2d03,negative] |
pass
pt21.33: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server[id-a31460a9-49e1-42aa-82ee-06e0bb7c2d03,negative] |
||||||
test_suspend_non_existent_server[id-d1f032d5-7b6e-48aa-b252-d5f16dd994ca,negative] |
pass
pt21.34: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server[id-d1f032d5-7b6e-48aa-b252-d5f16dd994ca,negative] |
||||||
test_suspend_server_invalid_state[id-7f323206-05a9-4bf8-996b-dd5b2036501b,negative] |
pass
pt21.35: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state[id-7f323206-05a9-4bf8-996b-dd5b2036501b,negative] |
||||||
test_unpause_non_existent_server[id-705b8e3a-e8a7-477c-a19b-6868fc24ac75,negative] |
pass
pt21.36: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server[id-705b8e3a-e8a7-477c-a19b-6868fc24ac75,negative] |
||||||
test_unpause_server_invalid_state[id-c8e639a7-ece8-42dd-a2e0-49615917ba4f,negative] |
pass
pt21.37: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state[id-c8e639a7-ece8-42dd-a2e0-49615917ba4f,negative] |
||||||
test_unshelve_non_existent_server[id-23d23b37-afaf-40d7-aa5d-5726f82d8821,negative] |
pass
pt21.38: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server[id-23d23b37-afaf-40d7-aa5d-5726f82d8821,negative] |
||||||
test_unshelve_server_invalid_state[id-8f198ded-1cca-4228-9e65-c6b449c54880,negative] |
pass
pt21.39: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state[id-8f198ded-1cca-4228-9e65-c6b449c54880,negative] |
||||||
test_update_name_of_non_existent_server[id-aa8eed43-e2cb-4ebf-930b-da14f6a21d81,negative] |
pass
pt21.40: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server[id-aa8eed43-e2cb-4ebf-930b-da14f6a21d81,negative] |
||||||
test_update_server_name_length_exceeds_256[id-5c8e244c-dada-4590-9944-749c455b431f,negative] |
pass
pt21.41: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256[id-5c8e244c-dada-4590-9944-749c455b431f,negative] |
||||||
test_update_server_set_empty_name[id-38204696-17c6-44da-9590-40f87fb5a899,negative] |
pass
pt21.42: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name[id-38204696-17c6-44da-9590-40f87fb5a899,negative] |
||||||
test_resize_nonexistent_server[id-7ea45b3e-e770-46fa-bfcc-9daaf6d987c0,negative] |
pass
pt21.43: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server[id-7ea45b3e-e770-46fa-bfcc-9daaf6d987c0,negative] |
||||||
test_resize_server_with_non_existent_flavor[id-ced1a1d7-2ab6-45c9-b90f-b27d87b30efd,negative] |
pass
pt21.44: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor[id-ced1a1d7-2ab6-45c9-b90f-b27d87b30efd,negative] |
||||||
test_resize_server_with_null_flavor[id-45436a7d-a388-4a35-a9d8-3adc5d0d940b,negative] |
pass
pt21.45: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor[id-45436a7d-a388-4a35-a9d8-3adc5d0d940b,negative] |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft22.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:32:01,467 132212 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-23 21:32:01,467 132212 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-23 21:32:02,250 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.780s 2022-07-23 21:32:02,251 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1851525913", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdsU5gs6lvioqUDZ+LlsjktyNsA23v+XHJqTZhA1Qy7nFaqTcfRRjlhaRdOi7TBVFAye1YnPHoh+uaZcp9UYjwzd2RdS6cWEbxU75Y01U6VVh3Qvt/mUsGO9kY0cAbxbA=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ced5640b-4aad-4520-97e6-28468efbf896', 'x-compute-request-id': 'req-ced5640b-4aad-4520-97e6-28468efbf896', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1851525913", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdsU5gs6lvioqUDZ+LlsjktyNsA23v+XHJqTZhA1Qy7nFaqTcfRRjlhaRdOi7TBVFAye1YnPHoh+uaZcp9UYjwzd2RdS6cWEbxU75Y01U6VVh3Qvt/mUsGO9kY0cAbxbA==", "fingerprint": "f1:96:8f:27:dc:8a:f4:f8:9d:12:28:e1:06:29:71:4d", "user_id": "048f5756139b4283b695c057647983ba"}}' 2022-07-23 21:32:02,254 132212 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1851525913 created 2022-07-23 21:32:02,593 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-groups 0.339s 2022-07-23 21:32:02,594 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--1256691171", "description": "tempest-description--1005436183"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-619d9854-99d1-4b77-85a9-b9634c92c76a', 'date': 'Sat, 23 Jul 2022 21:32:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "beb42654-b02d-4b6d-8de8-536665076c34", "name": "tempest-securitygroup--1256691171", "stateful": true, "tenant_id": "49da2dec096c474199da94d7c7a83258", "description": "tempest-description--1005436183", "shared": false, "security_group_rules": [{"id": "80622bf4-41c0-45f8-858b-1401b4b8bdfb", "tenant_id": "49da2dec096c474199da94d7c7a83258", "security_group_id": "beb42654-b02d-4b6d-8de8-536665076c34", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2083, "description": null, "tags": [], "created_at": "2022-07-23T21:32:02Z", "updated_at": "2022-07-23T21:32:02Z", "revision_number": 0, "project_id": "49da2dec096c474199da94d7c7a83258"}, {"id": "a258b203-ef79-483b-86b5-eabd78a011ad", "tenant_id": "49da2dec096c474199da94d7c7a83258", "security_group_id": "beb42654-b02d-4b6d-8de8-536665076c34", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2084, "description": null, "tags": [], "created_at": "2022-07-23T21:32:02Z", "updated_at": "2022-07-23T21:32:02Z", "revision_number": 0, "project_id": "49da2dec096c474199da94d7c7a83258"}], "tags": [], "created_at": "2022-07-23T21:32:02Z", "updated_at": "2022-07-23T21:32:02Z", "revision_number": 1, "project_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:32:02,841 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.247s 2022-07-23 21:32:02,841 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "beb42654-b02d-4b6d-8de8-536665076c34", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-aa8469d7-c1ba-4603-9149-2ba0fc75ffe7', 'date': 'Sat, 23 Jul 2022 21:32:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2b6a5085-71c8-4953-bed0-a4c30f7ac2f5", "tenant_id": "49da2dec096c474199da94d7c7a83258", "security_group_id": "beb42654-b02d-4b6d-8de8-536665076c34", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:32:02Z", "updated_at": "2022-07-23T21:32:02Z", "revision_number": 0, "project_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:32:03,369 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.527s 2022-07-23 21:32:03,369 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "beb42654-b02d-4b6d-8de8-536665076c34", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-25c2b66c-11cb-4ef2-97ec-066c4cd562fa', 'date': 'Sat, 23 Jul 2022 21:32:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cd00f4a7-553d-4ffd-8f93-e403538b6b72", "tenant_id": "49da2dec096c474199da94d7c7a83258", "security_group_id": "beb42654-b02d-4b6d-8de8-536665076c34", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:32:03Z", "updated_at": "2022-07-23T21:32:03Z", "revision_number": 0, "project_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:32:03,370 132212 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1256691171 created 2022-07-23 21:32:08,492 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/floatingips 5.122s 2022-07-23 21:32:08,493 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-f7c91aca-5ac1-4abe-9e38-99094faada7f', 'date': 'Sat, 23 Jul 2022 21:32:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6acff9ae-a7b3-4e3b-9d7f-f0f8ff9f54e0", "tenant_id": "49da2dec096c474199da94d7c7a83258", "floating_ip_address": "172.35.4.85", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "49da2dec096c474199da94d7c7a83258", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-23T21:32:07Z", "updated_at": "2022-07-23T21:32:07Z", "revision_number": 0}}' 2022-07-23 21:32:08,493 132212 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6acff9ae-a7b3-4e3b-9d7f-f0f8ff9f54e0', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'floating_ip_address': '172.35.4.85', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '49da2dec096c474199da94d7c7a83258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:32:07Z', 'updated_at': '2022-07-23T21:32:07Z', 'revision_number': 0, 'ip': '172.35.4.85'} created 2022-07-23 21:32:08,666 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.167s 2022-07-23 21:32:08,666 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ed141fcd-f1b8-49d0-818e-d37a72972a31', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "048f5756139b4283b695c057647983ba", "name": "tempest-AttachVolumeShelveTestJSON-1512806459-project", "password_expires_at": null}, "audit_ids": ["hHf5XeR0TjmeAOutoiBn4Q"], "expires_at": "2022-07-23T22:32:08.000000Z", "issued_at": "2022-07-23T21:32:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49da2dec096c474199da94d7c7a83258", "name": "tempest-AttachVolumeShelveTestJSON-1512806459"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_49da2dec096c474199da94d7c7a83258", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/49da2dec096c474199da94d7c7a83258", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 21:32:08,667 132212 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '594800b0-aba9-4cae-b3b6-645faa446b0c', 'name': 'tempest-AttachVolumeShelveTestJSON-1932726232-network', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '49da2dec096c474199da94d7c7a83258', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 194, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T21:31:52Z', 'updated_at': '2022-07-23T21:31:52Z', 'revision_number': 1} available for tenant 2022-07-23 21:32:08,668 132212 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1851525913', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdsU5gs6lvioqUDZ+LlsjktyNsA23v+XHJqTZhA1Qy7nFaqTcfRRjlhaRdOi7TBVFAye1YnPHoh+uaZcp9UYjwzd2RdS6cWEbxU75Y01U6VVh3Qvt/mUsGO9kY0cAbxbA==', 'fingerprint': 'f1:96:8f:27:dc:8a:f4:f8:9d:12:28:e1:06:29:71:4d', 'user_id': '048f5756139b4283b695c057647983ba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDF1G3MtAxT7I+yTqvpnsRL4gvXHX0/jAXfwVQ5c3m1ryg7RPEqHPbR\noMKYIIEVcgagBwYFK4EEACKhZANiAAQ3bFOYLOpb4qKlA2fi5bI5LcjbANt7/lxy\nak2YQNUMu5xWqk3H0UY5YWkXTou0wVRQMntWJzx6IfrmmXKfVGI8M3dkXUunFhG8\nVO+WNNVOlVYd0L7f5lLBjvZGNHAG8Ww=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'beb42654-b02d-4b6d-8de8-536665076c34', 'name': 'tempest-securitygroup--1256691171', 'stateful': True, 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'description': 'tempest-description--1005436183', 'shared': False, 'security_group_rules': [{'id': '80622bf4-41c0-45f8-858b-1401b4b8bdfb', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'security_group_id': 'beb42654-b02d-4b6d-8de8-536665076c34', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2083, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:32:02Z', 'updated_at': '2022-07-23T21:32:02Z', 'revision_number': 0, 'project_id': '49da2dec096c474199da94d7c7a83258'}, {'id': 'a258b203-ef79-483b-86b5-eabd78a011ad', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'security_group_id': 'beb42654-b02d-4b6d-8de8-536665076c34', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2084, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:32:02Z', 'updated_at': '2022-07-23T21:32:02Z', 'revision_number': 0, 'project_id': '49da2dec096c474199da94d7c7a83258'}], 'tags': [], 'created_at': '2022-07-23T21:32:02Z', 'updated_at': '2022-07-23T21:32:02Z', 'revision_number': 1, 'project_id': '49da2dec096c474199da94d7c7a83258'}, 'floating_ip': {'id': '6acff9ae-a7b3-4e3b-9d7f-f0f8ff9f54e0', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'floating_ip_address': '172.35.4.85', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '49da2dec096c474199da94d7c7a83258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:32:07Z', 'updated_at': '2022-07-23T21:32:07Z', 'revision_number': 0, 'ip': '172.35.4.85'}} 2022-07-23 21:32:10,072 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.17/compute/v2.1/servers 1.404s 2022-07-23 21:32:10,073 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "594800b0-aba9-4cae-b3b6-645faa446b0c"}], "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "key_name": "tempest-keypair-1851525913", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4c4f259-5cc4-4819-aa3b-51b04a830fe6', 'x-compute-request-id': 'req-d4c4f259-5cc4-4819-aa3b-51b04a830fe6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "adminPass": "password"}}' 2022-07-23 21:32:10,419 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.343s 2022-07-23 21:32:10,419 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef15a37f-a976-4d30-a778-ded6296243db', 'x-compute-request-id': 'req-ef15a37f-a976-4d30-a778-ded6296243db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:10Z", "updated": "2022-07-23T21:32:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:11,683 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.251s 2022-07-23 21:32:11,684 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5683aaef-8de1-4afa-ae6b-413d2d355580', 'x-compute-request-id': 'req-5683aaef-8de1-4afa-ae6b-413d2d355580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:11,692 132212 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-23 21:32:12,879 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.185s 2022-07-23 21:32:12,880 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5c0334f-720b-4d87-9f2e-2cba5464e7d9', 'x-compute-request-id': 'req-c5c0334f-720b-4d87-9f2e-2cba5464e7d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:12,888 132212 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-07-23 21:32:14,297 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.408s 2022-07-23 21:32:14,298 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e317985-bb31-4045-9b9c-bf8d358bc4a0', 'x-compute-request-id': 'req-3e317985-bb31-4045-9b9c-bf8d358bc4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:15,950 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.643s 2022-07-23 21:32:15,951 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9c6d606-538a-4fad-9c6a-e55817f3f75e', 'x-compute-request-id': 'req-c9c6d606-538a-4fad-9c6a-e55817f3f75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:17,767 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.806s 2022-07-23 21:32:17,767 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58d9170a-dcd5-4413-8acf-512ee2330064', 'x-compute-request-id': 'req-58d9170a-dcd5-4413-8acf-512ee2330064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:19,173 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.395s 2022-07-23 21:32:19,173 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2177dc9-6671-44c2-8ba9-7b7ec1601f04', 'x-compute-request-id': 'req-c2177dc9-6671-44c2-8ba9-7b7ec1601f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:20,934 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.747s 2022-07-23 21:32:20,934 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ad35272-e51a-4974-b692-62355a4fa845', 'x-compute-request-id': 'req-8ad35272-e51a-4974-b692-62355a4fa845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:22,985 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 1.041s 2022-07-23 21:32:22,986 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d26547a9-44fb-4d9d-af0e-3d5b4a857c20', 'x-compute-request-id': 'req-d26547a9-44fb-4d9d-af0e-3d5b4a857c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:24,594 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.597s 2022-07-23 21:32:24,594 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d7cd55b-1ee5-4e8a-b0c5-c605d81e0600', 'x-compute-request-id': 'req-0d7cd55b-1ee5-4e8a-b0c5-c605d81e0600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:26,193 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.586s 2022-07-23 21:32:26,194 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bd4cf53-1bd5-485b-92e0-58cc1b989f48', 'x-compute-request-id': 'req-0bd4cf53-1bd5-485b-92e0-58cc1b989f48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:27,678 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.474s 2022-07-23 21:32:27,678 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56515b33-df32-43ac-9a2d-0ba4388c0e28', 'x-compute-request-id': 'req-56515b33-df32-43ac-9a2d-0ba4388c0e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:29,158 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.470s 2022-07-23 21:32:29,158 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df209171-6283-4623-a4bc-6a9f650a1788', 'x-compute-request-id': 'req-df209171-6283-4623-a4bc-6a9f650a1788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:30,382 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.214s 2022-07-23 21:32:30,382 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b939f8bf-13d9-4ca2-9b23-8ecd9264ce16', 'x-compute-request-id': 'req-b939f8bf-13d9-4ca2-9b23-8ecd9264ce16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:31,620 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.229s 2022-07-23 21:32:31,620 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-843dfb53-1cf3-488d-b588-c93338764841', 'x-compute-request-id': 'req-843dfb53-1cf3-488d-b588-c93338764841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:33,750 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 1.120s 2022-07-23 21:32:33,750 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14efada1-248d-4255-b4d7-b1c9a0e33744', 'x-compute-request-id': 'req-14efada1-248d-4255-b4d7-b1c9a0e33744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:32:33Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": "2022-07-23T21:32:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:32:33,759 132212 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 23 second wait 2022-07-23 21:32:34,041 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076/os-interface 0.281s 2022-07-23 21:32:34,041 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35f27485-3053-4cd8-b4b7-5507f1e3714b', 'x-compute-request-id': 'req-35f27485-3053-4cd8-b4b7-5507f1e3714b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "594800b0-aba9-4cae-b3b6-645faa446b0c", "port_id": "d1ebc2ac-80d0-4761-8a8b-958b5aadb724", "mac_addr": "fa:16:3e:d7:f1:bc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "aead23ed-94d8-41f9-a75d-f386923e6b0e", "ip_address": "172.20.0.4"}]}]}' 2022-07-23 21:32:37,160 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.17:9696/v2.0/floatingips/6acff9ae-a7b3-4e3b-9d7f-f0f8ff9f54e0 3.115s 2022-07-23 21:32:37,160 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "d1ebc2ac-80d0-4761-8a8b-958b5aadb724"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-63e7a6ef-37ce-400f-bf35-a7737a708d8f', 'date': 'Sat, 23 Jul 2022 21:32:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/6acff9ae-a7b3-4e3b-9d7f-f0f8ff9f54e0'} Body: b'{"floatingip": {"id": "6acff9ae-a7b3-4e3b-9d7f-f0f8ff9f54e0", "tenant_id": "49da2dec096c474199da94d7c7a83258", "floating_ip_address": "172.35.4.85", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": "3eccef26-9e2a-4c7a-8d07-314619282d66", "port_id": "d1ebc2ac-80d0-4761-8a8b-958b5aadb724", "fixed_ip_address": "172.20.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "594800b0-aba9-4cae-b3b6-645faa446b0c", "mac_address": "fa:16:3e:d7:f1:bc", "admin_state_up": true, "status": "ACTIVE", "device_id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-23T21:32:07Z", "updated_at": "2022-07-23T21:32:35Z", "revision_number": 1, "project_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:32:37,161 132212 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.85:22' as 'ubuntu' with public key authentication 2022-07-23 21:32:41,703 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.85 ([Errno None] Unable to connect to port 22 on 172.35.4.85). Number attempts: 1. Retry after 2 seconds. 2022-07-23 21:32:47,274 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.85 ([Errno None] Unable to connect to port 22 on 172.35.4.85). Number attempts: 2. Retry after 3 seconds. 2022-07-23 21:32:53,830 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.85 ([Errno None] Unable to connect to port 22 on 172.35.4.85). Number attempts: 3. Retry after 4 seconds. 2022-07-23 21:33:01,384 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.85 ([Errno None] Unable to connect to port 22 on 172.35.4.85). Number attempts: 4. Retry after 5 seconds. 2022-07-23 21:33:06,916 132212 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:33:07,114 132212 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2022-07-23 21:33:07,115 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.85 (Authentication failed.). Number attempts: 5. Retry after 6 seconds. 2022-07-23 21:33:13,632 132212 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:33:13,751 132212 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 21:33:13,751 132212 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.85 successfully created 2022-07-23 21:33:13,798 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076/ips 0.046s 2022-07-23 21:33:13,798 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '151', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06c0de50-79ef-4b91-8bc7-55a3446264dd', 'x-compute-request-id': 'req-06c0de50-79ef-4b91-8bc7-55a3446264dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.4"}, {"version": 4, "addr": "172.35.4.85"}]}}' 2022-07-23 21:33:14,127 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes 0.326s 2022-07-23 21:33:14,127 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-1870716090"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76f12939-6823-4a0e-9a3f-51b762b1395d', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76f12939-6823-4a0e-9a3f-51b762b1395d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes'} Body: b'{"volume": {"id": "0fbde89a-8ef9-46b6-9296-f454e368cbf6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:33:14.034861", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1870716090", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6"}], "user_id": "048f5756139b4283b695c057647983ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:33:14,184 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6 0.049s 2022-07-23 21:33:14,185 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc7f2cd-085f-49f1-8d63-1dcfe984653c', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc7f2cd-085f-49f1-8d63-1dcfe984653c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6'} Body: b'{"volume": {"id": "0fbde89a-8ef9-46b6-9296-f454e368cbf6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:33:14.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1870716090", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6"}], "user_id": "048f5756139b4283b695c057647983ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:33:15,295 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6 0.102s 2022-07-23 21:33:15,295 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0734fee-aec4-4f4a-a933-44e16eac008f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0734fee-aec4-4f4a-a933-44e16eac008f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6'} Body: b'{"volume": {"id": "0fbde89a-8ef9-46b6-9296-f454e368cbf6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:33:14.000000", "updated_at": "2022-07-23T21:33:14.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1870716090", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/49da2dec096c474199da94d7c7a83258/volumes/0fbde89a-8ef9-46b6-9296-f454e368cbf6"}], "user_id": "048f5756139b4283b695c057647983ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:33:15,516 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.213s 2022-07-23 21:33:15,516 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8517765e-e4c7-4e51-8121-67934c48f5c9', 'x-compute-request-id': 'req-8517765e-e4c7-4e51-8121-67934c48f5c9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'' 2022-07-23 21:33:16,214 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.697s 2022-07-23 21:33:16,215 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-335560a6-6444-4cf6-9e73-8266f7df9314', 'x-compute-request-id': 'req-335560a6-6444-4cf6-9e73-8266f7df9314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:33:15Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}, {"version": 4, "addr": "172.35.4.85", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": "2022-07-23T21:32:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:17,796 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.572s 2022-07-23 21:33:17,797 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a6c43c6-8cae-4b4c-9646-c1561faed90f', 'x-compute-request-id': 'req-6a6c43c6-8cae-4b4c-9646-c1561faed90f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:33:15Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}, {"version": 4, "addr": "172.35.4.85", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": "2022-07-23T21:32:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:19,239 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.433s 2022-07-23 21:33:19,239 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3372ea34-b8bd-4531-83e7-c8ce9cbb17e5', 'x-compute-request-id': 'req-3372ea34-b8bd-4531-83e7-c8ce9cbb17e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:33:15Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}, {"version": 4, "addr": "172.35.4.85", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": "2022-07-23T21:32:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:21,199 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.950s 2022-07-23 21:33:21,199 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3494e5a6-61c4-4673-84ab-0baaacb0782a', 'x-compute-request-id': 'req-3494e5a6-61c4-4673-84ab-0baaacb0782a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:33:15Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}, {"version": 4, "addr": "172.35.4.85", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": "2022-07-23T21:32:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1256691171"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:22,334 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.125s 2022-07-23 21:33:22,334 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06c4b4d1-3bc7-4288-97a9-89058cf2dd48', 'x-compute-request-id': 'req-06c4b4d1-3bc7-4288-97a9-89058cf2dd48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:33:15Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}, {"version": 4, "addr": "172.35.4.85", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:f1:bc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": "2022-07-23T21:32:32.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:23,626 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.281s 2022-07-23 21:33:23,626 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2120fbb8-8f44-4fc4-a5de-9af3101f3e5f', 'x-compute-request-id': 'req-2120fbb8-8f44-4fc4-a5de-9af3101f3e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"server": {"id": "d6b9ea07-2ebd-4e1a-86f2-abb1bf581076", "name": "tempest-AttachVolumeShelveTestJSON-server-1793240720", "status": "DELETED", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:09Z", "updated": "2022-07-23T21:33:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1851525913", "OS-SRV-USG:launched_at": "2022-07-23T21:32:32.000000", "OS-SRV-USG:terminated_at": "2022-07-23T21:33:22.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:23,634 132212 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 7 second wait 2022-07-23 21:33:24,721 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 0.085s 2022-07-23 21:33:24,721 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-06b94d8a-0b75-4647-865f-92536ed98cc2', 'x-compute-request-id': 'req-06b94d8a-0b75-4647-865f-92536ed98cc2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/d6b9ea07-2ebd-4e1a-86f2-abb1bf581076'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d6b9ea07-2ebd-4e1a-86f2-abb1bf581076 could not be found."}}' 2022-07-23 21:33:24,800 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-1851525913 0.078s 2022-07-23 21:33:24,800 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7742f31e-0eeb-4b42-b575-30d7d93c6bdb', 'x-compute-request-id': 'req-7742f31e-0eeb-4b42-b575-30d7d93c6bdb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-1851525913'} Body: b'' 2022-07-23 21:33:25,870 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/security-groups/beb42654-b02d-4b6d-8de8-536665076c34 1.069s 2022-07-23 21:33:25,870 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-45394274-e683-4d16-af8e-05899eb7006b', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:33:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/beb42654-b02d-4b6d-8de8-536665076c34'} Body: b'' 2022-07-23 21:33:25,928 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.17:9696/v2.0/security-groups/beb42654-b02d-4b6d-8de8-536665076c34 0.057s 2022-07-23 21:33:25,928 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-987783cd-5d22-4743-af76-8cdd838e20b3', 'date': 'Sat, 23 Jul 2022 21:33:25 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/beb42654-b02d-4b6d-8de8-536665076c34'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group beb42654-b02d-4b6d-8de8-536665076c34 does not exist", "detail": ""}}' 2022-07-23 21:33:27,444 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/floatingips/6acff9ae-a7b3-4e3b-9d7f-f0f8ff9f54e0 1.515s 2022-07-23 21:33:27,444 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-02cb7ebf-a593-4013-904d-efa921a62610', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:33:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/6acff9ae-a7b3-4e3b-9d7f-f0f8ff9f54e0'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0fbde89a-8ef9-46b6-9296-f454e368cbf6 failed to build and is in ERROR status |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft22.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:33:27,455 132212 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-23 21:33:27,455 132212 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-23 21:33:27,704 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.246s 2022-07-23 21:33:27,705 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-312135291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM1pA8MnHDHASqkjwvmcxWEEQB2FA17a3mJt1iBa3w6NcNndleQeEtjZZI9QR8nGI/z5cdiMTu6ry/UOVECdCkfAdsDqwvLbA3o+ELxEnLVKOAE5Upk/cG7Zv8mxWR/oCw=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca965623-414c-409a-9005-d3429e367287', 'x-compute-request-id': 'req-ca965623-414c-409a-9005-d3429e367287', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-312135291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM1pA8MnHDHASqkjwvmcxWEEQB2FA17a3mJt1iBa3w6NcNndleQeEtjZZI9QR8nGI/z5cdiMTu6ry/UOVECdCkfAdsDqwvLbA3o+ELxEnLVKOAE5Upk/cG7Zv8mxWR/oCw==", "fingerprint": "86:e4:a1:73:fa:05:da:a2:43:0c:b2:b2:af:64:e4:7f", "user_id": "048f5756139b4283b695c057647983ba"}}' 2022-07-23 21:33:27,707 132212 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-312135291 created 2022-07-23 21:33:28,031 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-groups 0.324s 2022-07-23 21:33:28,032 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--2061879292", "description": "tempest-description--819793744"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-eab584e5-0d6c-4288-b899-b0f41aa8293f', 'date': 'Sat, 23 Jul 2022 21:33:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "fd3e6e7c-7cea-4223-ad76-05de88f22d5e", "name": "tempest-securitygroup--2061879292", "stateful": true, "tenant_id": "49da2dec096c474199da94d7c7a83258", "description": "tempest-description--819793744", "shared": false, "security_group_rules": [{"id": "8c82bdb6-a0aa-4ed6-8466-7daa8840eca1", "tenant_id": "49da2dec096c474199da94d7c7a83258", "security_group_id": "fd3e6e7c-7cea-4223-ad76-05de88f22d5e", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2249, "description": null, "tags": [], "created_at": "2022-07-23T21:33:27Z", "updated_at": "2022-07-23T21:33:27Z", "revision_number": 0, "project_id": "49da2dec096c474199da94d7c7a83258"}, {"id": "bad7f835-a37b-4f5f-b3fb-2620045b9d0e", "tenant_id": "49da2dec096c474199da94d7c7a83258", "security_group_id": "fd3e6e7c-7cea-4223-ad76-05de88f22d5e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2250, "description": null, "tags": [], "created_at": "2022-07-23T21:33:27Z", "updated_at": "2022-07-23T21:33:27Z", "revision_number": 0, "project_id": "49da2dec096c474199da94d7c7a83258"}], "tags": [], "created_at": "2022-07-23T21:33:27Z", "updated_at": "2022-07-23T21:33:27Z", "revision_number": 1, "project_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:33:28,422 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.389s 2022-07-23 21:33:28,422 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "fd3e6e7c-7cea-4223-ad76-05de88f22d5e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-e92a5765-7e34-4b24-bcb3-058498ad65a5', 'date': 'Sat, 23 Jul 2022 21:33:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d1f1216-5b1b-4f3d-b9d1-f63a563b1241", "tenant_id": "49da2dec096c474199da94d7c7a83258", "security_group_id": "fd3e6e7c-7cea-4223-ad76-05de88f22d5e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:33:28Z", "updated_at": "2022-07-23T21:33:28Z", "revision_number": 0, "project_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:33:28,824 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.401s 2022-07-23 21:33:28,824 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "fd3e6e7c-7cea-4223-ad76-05de88f22d5e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4500a015-20b2-46ab-9852-35dd045068d1', 'date': 'Sat, 23 Jul 2022 21:33:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f3b4ac3e-28f1-4087-9d91-44965169f81a", "tenant_id": "49da2dec096c474199da94d7c7a83258", "security_group_id": "fd3e6e7c-7cea-4223-ad76-05de88f22d5e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:33:28Z", "updated_at": "2022-07-23T21:33:28Z", "revision_number": 0, "project_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:33:28,825 132212 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2061879292 created 2022-07-23 21:33:30,760 132212 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/floatingips 1.935s 2022-07-23 21:33:30,760 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-820eb82b-0389-4baa-ba16-7a96b0727313', 'date': 'Sat, 23 Jul 2022 21:33:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "47285099-de78-4fb2-a0d2-07728bc80183", "tenant_id": "49da2dec096c474199da94d7c7a83258", "floating_ip_address": "172.35.4.141", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "49da2dec096c474199da94d7c7a83258", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-23T21:33:29Z", "updated_at": "2022-07-23T21:33:29Z", "revision_number": 0}}' 2022-07-23 21:33:30,761 132212 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '47285099-de78-4fb2-a0d2-07728bc80183', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'floating_ip_address': '172.35.4.141', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '49da2dec096c474199da94d7c7a83258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:33:29Z', 'updated_at': '2022-07-23T21:33:29Z', 'revision_number': 0, 'ip': '172.35.4.141'} created 2022-07-23 21:33:30,893 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.125s 2022-07-23 21:33:30,893 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bb1b1576-6023-4002-90d0-1d016a608599', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "048f5756139b4283b695c057647983ba", "name": "tempest-AttachVolumeShelveTestJSON-1512806459-project", "password_expires_at": null}, "audit_ids": ["VXYoPp7nSLmnRMdnpIB_4g"], "expires_at": "2022-07-23T22:33:30.000000Z", "issued_at": "2022-07-23T21:33:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49da2dec096c474199da94d7c7a83258", "name": "tempest-AttachVolumeShelveTestJSON-1512806459"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_49da2dec096c474199da94d7c7a83258", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/49da2dec096c474199da94d7c7a83258", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 21:33:30,894 132212 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '594800b0-aba9-4cae-b3b6-645faa446b0c', 'name': 'tempest-AttachVolumeShelveTestJSON-1932726232-network', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '49da2dec096c474199da94d7c7a83258', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 194, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T21:31:52Z', 'updated_at': '2022-07-23T21:31:52Z', 'revision_number': 1} available for tenant 2022-07-23 21:33:30,894 132212 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-312135291', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM1pA8MnHDHASqkjwvmcxWEEQB2FA17a3mJt1iBa3w6NcNndleQeEtjZZI9QR8nGI/z5cdiMTu6ry/UOVECdCkfAdsDqwvLbA3o+ELxEnLVKOAE5Upk/cG7Zv8mxWR/oCw==', 'fingerprint': '86:e4:a1:73:fa:05:da:a2:43:0c:b2:b2:af:64:e4:7f', 'user_id': '048f5756139b4283b695c057647983ba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC1cwiNE4mhUnbOmYXCy/HjTZWb/oAF58QilIP2SyDx/amm+KvPi3Sv\nc4nfH3TgMWSgBwYFK4EEACKhZANiAATNaQPDJxwxwEqpI8L5nMVhBEAdhQNe2t5i\nbdYgWt8OjXDZ3ZXkHhLY2WSPUEfJxiP8+XHYjE7uq8v1DlRAnQpHwHbA6sLy2wN6\nPhC8RJy1SjgBOVKZP3Bu2b/JsVkf6As=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fd3e6e7c-7cea-4223-ad76-05de88f22d5e', 'name': 'tempest-securitygroup--2061879292', 'stateful': True, 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'description': 'tempest-description--819793744', 'shared': False, 'security_group_rules': [{'id': '8c82bdb6-a0aa-4ed6-8466-7daa8840eca1', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'security_group_id': 'fd3e6e7c-7cea-4223-ad76-05de88f22d5e', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2249, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:33:27Z', 'updated_at': '2022-07-23T21:33:27Z', 'revision_number': 0, 'project_id': '49da2dec096c474199da94d7c7a83258'}, {'id': 'bad7f835-a37b-4f5f-b3fb-2620045b9d0e', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'security_group_id': 'fd3e6e7c-7cea-4223-ad76-05de88f22d5e', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2250, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:33:27Z', 'updated_at': '2022-07-23T21:33:27Z', 'revision_number': 0, 'project_id': '49da2dec096c474199da94d7c7a83258'}], 'tags': [], 'created_at': '2022-07-23T21:33:27Z', 'updated_at': '2022-07-23T21:33:27Z', 'revision_number': 1, 'project_id': '49da2dec096c474199da94d7c7a83258'}, 'floating_ip': {'id': '47285099-de78-4fb2-a0d2-07728bc80183', 'tenant_id': '49da2dec096c474199da94d7c7a83258', 'floating_ip_address': '172.35.4.141', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '49da2dec096c474199da94d7c7a83258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:33:29Z', 'updated_at': '2022-07-23T21:33:29Z', 'revision_number': 0, 'ip': '172.35.4.141'}} 2022-07-23 21:33:32,318 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.17/compute/v2.1/servers 1.422s 2022-07-23 21:33:32,318 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "594800b0-aba9-4cae-b3b6-645faa446b0c"}], "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "key_name": "tempest-keypair-312135291", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5f42900-519f-46ec-a1f9-97e0fb0d46c2', 'x-compute-request-id': 'req-f5f42900-519f-46ec-a1f9-97e0fb0d46c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "adminPass": "password"}}' 2022-07-23 21:33:32,651 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.329s 2022-07-23 21:33:32,651 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b98fee75-a141-4d0e-ae37-95b5fc4402c8', 'x-compute-request-id': 'req-b98fee75-a141-4d0e-ae37-95b5fc4402c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:33,885 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.225s 2022-07-23 21:33:33,886 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b206c432-ec52-45a9-8f95-9b30ff95b847', 'x-compute-request-id': 'req-b206c432-ec52-45a9-8f95-9b30ff95b847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:33,894 132212 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-23 21:33:35,093 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.197s 2022-07-23 21:33:35,093 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c092226-9ffd-4176-bda3-4f4b9997424a', 'x-compute-request-id': 'req-9c092226-9ffd-4176-bda3-4f4b9997424a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:35,102 132212 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-07-23 21:33:36,419 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.315s 2022-07-23 21:33:36,419 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fd266c1-8845-4a54-b878-4a965d317cfe', 'x-compute-request-id': 'req-7fd266c1-8845-4a54-b878-4a965d317cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:37,642 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.213s 2022-07-23 21:33:37,642 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea549127-3d8f-4998-ae2e-d0ed1b9b4d68', 'x-compute-request-id': 'req-ea549127-3d8f-4998-ae2e-d0ed1b9b4d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:38,871 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.219s 2022-07-23 21:33:38,872 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d1ee76c-cbff-4b79-b7f2-1127ead4d03d', 'x-compute-request-id': 'req-5d1ee76c-cbff-4b79-b7f2-1127ead4d03d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:40,116 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.234s 2022-07-23 21:33:40,116 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07f805ca-bfc9-4b97-91bc-2901dc805936', 'x-compute-request-id': 'req-07f805ca-bfc9-4b97-91bc-2901dc805936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:41,394 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.268s 2022-07-23 21:33:41,395 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b03f16f2-98eb-4314-91d6-2fef3d19baf7', 'x-compute-request-id': 'req-b03f16f2-98eb-4314-91d6-2fef3d19baf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:42,707 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.302s 2022-07-23 21:33:42,707 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e3c0903-97ba-4e9f-8485-327278139282', 'x-compute-request-id': 'req-1e3c0903-97ba-4e9f-8485-327278139282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:44,069 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.352s 2022-07-23 21:33:44,069 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-285dba62-bec3-4142-b09a-84ab1ce93071', 'x-compute-request-id': 'req-285dba62-bec3-4142-b09a-84ab1ce93071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:45,652 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.573s 2022-07-23 21:33:45,653 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e178d58e-f600-445d-a85c-95c36ce04790', 'x-compute-request-id': 'req-e178d58e-f600-445d-a85c-95c36ce04790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "BUILD", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:46,880 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.214s 2022-07-23 21:33:46,880 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15e4c0a9-2509-4adb-add9-78226ef70527', 'x-compute-request-id': 'req-15e4c0a9-2509-4adb-add9-78226ef70527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:33:45Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:82:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": "2022-07-23T21:33:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:33:46,889 132212 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait 2022-07-23 21:33:47,000 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0/os-interface 0.111s 2022-07-23 21:33:47,001 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e11a1041-e24b-42a3-8fd6-db9f300f9295', 'x-compute-request-id': 'req-e11a1041-e24b-42a3-8fd6-db9f300f9295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "594800b0-aba9-4cae-b3b6-645faa446b0c", "port_id": "4a6fdacd-0c83-4f6d-a2bf-31fb7f27977d", "mac_addr": "fa:16:3e:5d:82:81", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "aead23ed-94d8-41f9-a75d-f386923e6b0e", "ip_address": "172.20.0.13"}]}]}' 2022-07-23 21:33:48,070 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.17:9696/v2.0/floatingips/47285099-de78-4fb2-a0d2-07728bc80183 1.066s 2022-07-23 21:33:48,070 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "4a6fdacd-0c83-4f6d-a2bf-31fb7f27977d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-1b0ddef3-b7da-4f20-b8db-8fe3c1d5d71d', 'date': 'Sat, 23 Jul 2022 21:33:48 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/47285099-de78-4fb2-a0d2-07728bc80183'} Body: b'{"floatingip": {"id": "47285099-de78-4fb2-a0d2-07728bc80183", "tenant_id": "49da2dec096c474199da94d7c7a83258", "floating_ip_address": "172.35.4.141", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": "3eccef26-9e2a-4c7a-8d07-314619282d66", "port_id": "4a6fdacd-0c83-4f6d-a2bf-31fb7f27977d", "fixed_ip_address": "172.20.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "594800b0-aba9-4cae-b3b6-645faa446b0c", "mac_address": "fa:16:3e:5d:82:81", "admin_state_up": true, "status": "ACTIVE", "device_id": "7cf33651-7d81-4943-8ec4-182097c73de0", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-23T21:33:29Z", "updated_at": "2022-07-23T21:33:47Z", "revision_number": 1, "project_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:33:48,071 132212 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.141:22' as 'ubuntu' with public key authentication 2022-07-23 21:33:52,294 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.141 ([Errno None] Unable to connect to port 22 on 172.35.4.141). Number attempts: 1. Retry after 2 seconds. 2022-07-23 21:33:57,862 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.141 ([Errno None] Unable to connect to port 22 on 172.35.4.141). Number attempts: 2. Retry after 3 seconds. 2022-07-23 21:34:04,422 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.141 ([Errno None] Unable to connect to port 22 on 172.35.4.141). Number attempts: 3. Retry after 4 seconds. 2022-07-23 21:34:09,959 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.141 ([Errno None] Unable to connect to port 22 on 172.35.4.141). Number attempts: 4. Retry after 5 seconds. 2022-07-23 21:34:15,464 132212 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.141 ([Errno None] Unable to connect to port 22 on 172.35.4.141). Number attempts: 5. Retry after 6 seconds. 2022-07-23 21:34:21,983 132212 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:34:22,109 132212 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 21:34:22,109 132212 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.141 successfully created 2022-07-23 21:34:22,214 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0/ips 0.104s 2022-07-23 21:34:22,215 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '153', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a314e360-bbc4-49e9-a48e-47de7a098a19', 'x-compute-request-id': 'req-a314e360-bbc4-49e9-a48e-47de7a098a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.13"}, {"version": 4, "addr": "172.35.4.141"}]}}' 2022-07-23 21:34:22,635 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes 0.417s 2022-07-23 21:34:22,635 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-2135017944"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01074f43-a07f-444e-bdbe-3e4125f84e01', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01074f43-a07f-444e-bdbe-3e4125f84e01', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes'} Body: b'{"volume": {"id": "a68425ea-f712-4662-8b44-573af92c622f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:34:22.454989", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2135017944", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f"}], "user_id": "048f5756139b4283b695c057647983ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:34:22,724 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f 0.082s 2022-07-23 21:34:22,725 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f7e458-73e7-4da2-9bba-ae5e27022b3f', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f7e458-73e7-4da2-9bba-ae5e27022b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f'} Body: b'{"volume": {"id": "a68425ea-f712-4662-8b44-573af92c622f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:34:22.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-2135017944", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f"}], "user_id": "048f5756139b4283b695c057647983ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:34:23,835 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f 0.102s 2022-07-23 21:34:23,835 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-496bbcbe-6468-4b8e-a6db-1322df5de9a9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-496bbcbe-6468-4b8e-a6db-1322df5de9a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f'} Body: b'{"volume": {"id": "a68425ea-f712-4662-8b44-573af92c622f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:34:22.000000", "updated_at": "2022-07-23T21:34:23.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2135017944", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/49da2dec096c474199da94d7c7a83258/volumes/a68425ea-f712-4662-8b44-573af92c622f"}], "user_id": "048f5756139b4283b695c057647983ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49da2dec096c474199da94d7c7a83258"}}' 2022-07-23 21:34:24,140 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.297s 2022-07-23 21:34:24,140 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b15fb9f8-d9b1-4f1c-af33-880877a1aca3', 'x-compute-request-id': 'req-b15fb9f8-d9b1-4f1c-af33-880877a1aca3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'' 2022-07-23 21:34:24,812 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.671s 2022-07-23 21:34:24,813 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d486e92c-ba4b-4aa1-87ce-58c76a7570e7', 'x-compute-request-id': 'req-d486e92c-ba4b-4aa1-87ce-58c76a7570e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:34:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:82:81"}, {"version": 4, "addr": "172.35.4.141", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:82:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": "2022-07-23T21:33:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:34:26,071 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.249s 2022-07-23 21:34:26,072 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14faf466-77e6-4e00-8f35-1ed0c5d28d6a', 'x-compute-request-id': 'req-14faf466-77e6-4e00-8f35-1ed0c5d28d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:34:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:82:81"}, {"version": 4, "addr": "172.35.4.141", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:82:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": "2022-07-23T21:33:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:34:27,655 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.574s 2022-07-23 21:34:27,656 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf8e4e08-e9ce-41b2-8b7c-9ec48483fad2', 'x-compute-request-id': 'req-bf8e4e08-e9ce-41b2-8b7c-9ec48483fad2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"server": {"id": "7cf33651-7d81-4943-8ec4-182097c73de0", "name": "tempest-AttachVolumeShelveTestJSON-server-1966704378", "status": "ACTIVE", "tenant_id": "49da2dec096c474199da94d7c7a83258", "user_id": "048f5756139b4283b695c057647983ba", "metadata": {}, "hostId": "89fd6455e431ee25e50c8879b65d9e092d5e75a49bd6a4ef519987c3", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:32Z", "updated": "2022-07-23T21:34:24Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1932726232-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:82:81"}, {"version": 4, "addr": "172.35.4.141", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:82:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/7cf33651-7d81-4943-8ec4-182097c73de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-312135291", "OS-SRV-USG:launched_at": "2022-07-23T21:33:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2061879292"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-23 21:34:28,728 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0 0.062s 2022-07-23 21:34:28,728 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9a2704d8-ba50-413d-9b04-1bf527960bae', 'x-compute-request-id': 'req-9a2704d8-ba50-413d-9b04-1bf527960bae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/7cf33651-7d81-4943-8ec4-182097c73de0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7cf33651-7d81-4943-8ec4-182097c73de0 could not be found."}}' 2022-07-23 21:34:28,779 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-312135291 0.050s 2022-07-23 21:34:28,780 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24d68bfa-67e3-4f09-8f52-96c2ab4de2ac', 'x-compute-request-id': 'req-24d68bfa-67e3-4f09-8f52-96c2ab4de2ac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-312135291'} Body: b'' 2022-07-23 21:34:29,225 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/security-groups/fd3e6e7c-7cea-4223-ad76-05de88f22d5e 0.445s 2022-07-23 21:34:29,226 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-cae6aa1f-2efa-47a7-9e58-fbcbe6fabb7c', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:34:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/fd3e6e7c-7cea-4223-ad76-05de88f22d5e'} Body: b'' 2022-07-23 21:34:29,254 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.17:9696/v2.0/security-groups/fd3e6e7c-7cea-4223-ad76-05de88f22d5e 0.027s 2022-07-23 21:34:29,254 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2e5cb20a-ba9a-4b90-ae20-13034d5c2073', 'date': 'Sat, 23 Jul 2022 21:34:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/fd3e6e7c-7cea-4223-ad76-05de88f22d5e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fd3e6e7c-7cea-4223-ad76-05de88f22d5e does not exist", "detail": ""}}' 2022-07-23 21:34:30,562 132212 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/floatingips/47285099-de78-4fb2-a0d2-07728bc80183 1.307s 2022-07-23 21:34:30,563 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-044f0bdb-f754-4da6-89bf-fd62f015850d', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:34:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/47285099-de78-4fb2-a0d2-07728bc80183'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a68425ea-f712-4662-8b44-573af92c622f failed to build and is in ERROR status |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft23.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:32:15,313 132210 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-23 21:32:15,313 132210 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-23 21:32:15,671 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.354s 2022-07-23 21:32:15,671 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1091663138", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJWKZsW4s2LdHCgWasOuaPlFItHMEdXbGPRqYyuySxp00X4x8G66o6Mu2F64+TtXaMdLnFsDojj2HUR0hAqT/zh1VIME+txZH9bQRYkS6vdcs5WHp5lrhSEeWA2YNNGbnQ=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b87deaed-6969-42ab-88a9-c1886ff59540', 'x-compute-request-id': 'req-b87deaed-6969-42ab-88a9-c1886ff59540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1091663138", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJWKZsW4s2LdHCgWasOuaPlFItHMEdXbGPRqYyuySxp00X4x8G66o6Mu2F64+TtXaMdLnFsDojj2HUR0hAqT/zh1VIME+txZH9bQRYkS6vdcs5WHp5lrhSEeWA2YNNGbnQ==", "fingerprint": "68:c0:b3:2d:e8:4e:03:59:cd:81:e3:d8:5b:a3:44:1c", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00"}}' 2022-07-23 21:32:15,673 132210 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1091663138 created 2022-07-23 21:32:16,212 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-groups 0.538s 2022-07-23 21:32:16,212 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--659896481", "description": "tempest-description--2138959836"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-0a87c9f1-b64a-4242-9c6d-961ea2e5ecdf', 'date': 'Sat, 23 Jul 2022 21:32:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "891d7a22-a2ef-4961-9035-dcf66f456a05", "name": "tempest-securitygroup--659896481", "stateful": true, "tenant_id": "6bc1475019924837a8be47347f6bbd75", "description": "tempest-description--2138959836", "shared": false, "security_group_rules": [{"id": "58e088e4-cbd7-440c-8edb-a4b3a462a97c", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "security_group_id": "891d7a22-a2ef-4961-9035-dcf66f456a05", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2126, "description": null, "tags": [], "created_at": "2022-07-23T21:32:16Z", "updated_at": "2022-07-23T21:32:16Z", "revision_number": 0, "project_id": "6bc1475019924837a8be47347f6bbd75"}, {"id": "d543735d-f4a1-4c99-a247-991d89a27432", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "security_group_id": "891d7a22-a2ef-4961-9035-dcf66f456a05", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2125, "description": null, "tags": [], "created_at": "2022-07-23T21:32:15Z", "updated_at": "2022-07-23T21:32:15Z", "revision_number": 0, "project_id": "6bc1475019924837a8be47347f6bbd75"}], "tags": [], "created_at": "2022-07-23T21:32:15Z", "updated_at": "2022-07-23T21:32:15Z", "revision_number": 1, "project_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:32:16,593 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.381s 2022-07-23 21:32:16,594 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "891d7a22-a2ef-4961-9035-dcf66f456a05", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3708d605-42ba-4a33-bbae-69d437e33ceb', 'date': 'Sat, 23 Jul 2022 21:32:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f5958032-2760-4e04-92d5-9c7f7eafeb7f", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "security_group_id": "891d7a22-a2ef-4961-9035-dcf66f456a05", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:32:16Z", "updated_at": "2022-07-23T21:32:16Z", "revision_number": 0, "project_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:32:17,524 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.929s 2022-07-23 21:32:17,524 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "891d7a22-a2ef-4961-9035-dcf66f456a05", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3dfe2633-4d95-42d8-843e-feaaa5d31721', 'date': 'Sat, 23 Jul 2022 21:32:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b83b5af-09be-4417-bc49-13ff85d2a018", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "security_group_id": "891d7a22-a2ef-4961-9035-dcf66f456a05", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:32:17Z", "updated_at": "2022-07-23T21:32:17Z", "revision_number": 0, "project_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:32:17,525 132210 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--659896481 created 2022-07-23 21:32:20,456 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/floatingips 2.931s 2022-07-23 21:32:20,457 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-59455581-5176-42f5-a678-385c47c529cd', 'date': 'Sat, 23 Jul 2022 21:32:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "17e15752-c4d3-4e6c-8edb-ccffde2cde8f", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "floating_ip_address": "172.35.4.81", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6bc1475019924837a8be47347f6bbd75", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-23T21:32:19Z", "updated_at": "2022-07-23T21:32:19Z", "revision_number": 0}}' 2022-07-23 21:32:20,457 132210 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '17e15752-c4d3-4e6c-8edb-ccffde2cde8f', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'floating_ip_address': '172.35.4.81', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6bc1475019924837a8be47347f6bbd75', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:32:19Z', 'updated_at': '2022-07-23T21:32:19Z', 'revision_number': 0, 'ip': '172.35.4.81'} created 2022-07-23 21:32:20,516 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.053s 2022-07-23 21:32:20,516 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-001035d2-bc0d-4983-926f-448c43c11689', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "name": "tempest-AttachVolumeTestJSON-1227491524-project", "password_expires_at": null}, "audit_ids": ["diq3AcHKQAm55Ux2noI87Q"], "expires_at": "2022-07-23T22:32:20.000000Z", "issued_at": "2022-07-23T21:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bc1475019924837a8be47347f6bbd75", "name": "tempest-AttachVolumeTestJSON-1227491524"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_6bc1475019924837a8be47347f6bbd75", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/6bc1475019924837a8be47347f6bbd75", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 21:32:20,517 132210 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'a7a4d3a1-2c94-480e-8528-bb4fc0917bb3', 'name': 'tempest-AttachVolumeTestJSON-2126980892-network', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6bc1475019924837a8be47347f6bbd75', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 192, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T21:32:03Z', 'updated_at': '2022-07-23T21:32:03Z', 'revision_number': 1} available for tenant 2022-07-23 21:32:20,517 132210 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1091663138', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJWKZsW4s2LdHCgWasOuaPlFItHMEdXbGPRqYyuySxp00X4x8G66o6Mu2F64+TtXaMdLnFsDojj2HUR0hAqT/zh1VIME+txZH9bQRYkS6vdcs5WHp5lrhSEeWA2YNNGbnQ==', 'fingerprint': '68:c0:b3:2d:e8:4e:03:59:cd:81:e3:d8:5b:a3:44:1c', 'user_id': 'bc4aa131e63349b2aa8f37fdf6d2fe00', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCbd7n6kzypNy63zU3lXFx55Y/9kEvs/dPZtBDuWnpq78SSwaaTwb+D\nVBri+PcYJoqgBwYFK4EEACKhZANiAASVimbFuLNi3RwoFmrDrmj5RSLRzBHV2xj0\namMrsksadNF+MfBuuqOjLtheuPk7V2jHS5xbA6I49h1EdIQKk/84dVSDBPrcWR/W\n0EWJEur3XLOVh6eZa4UhHlgNmDTRm50=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '891d7a22-a2ef-4961-9035-dcf66f456a05', 'name': 'tempest-securitygroup--659896481', 'stateful': True, 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'description': 'tempest-description--2138959836', 'shared': False, 'security_group_rules': [{'id': '58e088e4-cbd7-440c-8edb-a4b3a462a97c', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'security_group_id': '891d7a22-a2ef-4961-9035-dcf66f456a05', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2126, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:32:16Z', 'updated_at': '2022-07-23T21:32:16Z', 'revision_number': 0, 'project_id': '6bc1475019924837a8be47347f6bbd75'}, {'id': 'd543735d-f4a1-4c99-a247-991d89a27432', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'security_group_id': '891d7a22-a2ef-4961-9035-dcf66f456a05', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2125, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:32:15Z', 'updated_at': '2022-07-23T21:32:15Z', 'revision_number': 0, 'project_id': '6bc1475019924837a8be47347f6bbd75'}], 'tags': [], 'created_at': '2022-07-23T21:32:15Z', 'updated_at': '2022-07-23T21:32:15Z', 'revision_number': 1, 'project_id': '6bc1475019924837a8be47347f6bbd75'}, 'floating_ip': {'id': '17e15752-c4d3-4e6c-8edb-ccffde2cde8f', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'floating_ip_address': '172.35.4.81', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6bc1475019924837a8be47347f6bbd75', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:32:19Z', 'updated_at': '2022-07-23T21:32:19Z', 'revision_number': 0, 'ip': '172.35.4.81'}} 2022-07-23 21:32:21,737 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.17/compute/v2.1/servers 1.219s 2022-07-23 21:32:21,738 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1651390481", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "a7a4d3a1-2c94-480e-8528-bb4fc0917bb3"}], "security_groups": [{"name": "tempest-securitygroup--659896481"}], "key_name": "tempest-keypair-1091663138", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5da3498d-e8a8-4dd5-b3ad-a6a86ab96cea', 'x-compute-request-id': 'req-5da3498d-e8a8-4dd5-b3ad-a6a86ab96cea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--659896481"}], "adminPass": "password"}}' 2022-07-23 21:32:22,147 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.407s 2022-07-23 21:32:22,147 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e778f97-2bc1-4160-8877-69d4cb4f2629', 'x-compute-request-id': 'req-6e778f97-2bc1-4160-8877-69d4cb4f2629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:22Z", "updated": "2022-07-23T21:32:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:23,376 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.220s 2022-07-23 21:32:23,377 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aee3bd8-c2bf-4eb8-b086-a57d673b98f5', 'x-compute-request-id': 'req-7aee3bd8-c2bf-4eb8-b086-a57d673b98f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:32:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:23,384 132210 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-23 21:32:24,839 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.454s 2022-07-23 21:32:24,839 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c569251e-ae99-4459-a9a5-3223278d5ea0', 'x-compute-request-id': 'req-c569251e-ae99-4459-a9a5-3223278d5ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:24,846 132210 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-07-23 21:32:26,551 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.703s 2022-07-23 21:32:26,551 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7deda3b2-153a-46ec-aa25-6fa02a4c1ff4', 'x-compute-request-id': 'req-7deda3b2-153a-46ec-aa25-6fa02a4c1ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:28,215 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.654s 2022-07-23 21:32:28,215 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0506e48f-1812-4e2f-a1e3-6a332cbcbe83', 'x-compute-request-id': 'req-0506e48f-1812-4e2f-a1e3-6a332cbcbe83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:29,672 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.449s 2022-07-23 21:32:29,672 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5049b60-8d12-46db-9cb7-c176a6c79489', 'x-compute-request-id': 'req-c5049b60-8d12-46db-9cb7-c176a6c79489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:30,994 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.314s 2022-07-23 21:32:30,995 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abf11efc-b4a8-4572-a754-9a9b630ab45c', 'x-compute-request-id': 'req-abf11efc-b4a8-4572-a754-9a9b630ab45c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:32,904 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.900s 2022-07-23 21:32:32,904 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fad2629-4495-4606-afdf-3e1333c1a91d', 'x-compute-request-id': 'req-7fad2629-4495-4606-afdf-3e1333c1a91d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:34,483 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.569s 2022-07-23 21:32:34,483 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59c84669-f9b1-4192-a962-12bfa465632c', 'x-compute-request-id': 'req-59c84669-f9b1-4192-a962-12bfa465632c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:32:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:35,797 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.306s 2022-07-23 21:32:35,798 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-483a6733-79ad-4136-83b2-fb02d9460d6a', 'x-compute-request-id': 'req-483a6733-79ad-4136-83b2-fb02d9460d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "ACTIVE", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:32:35Z", "addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:d7:6c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": "2022-07-23T21:32:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:35,805 132210 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2022-07-23 21:32:36,135 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe/os-interface 0.328s 2022-07-23 21:32:36,135 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0268b5a8-ac31-4523-816c-78079f1a2a23', 'x-compute-request-id': 'req-0268b5a8-ac31-4523-816c-78079f1a2a23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a7a4d3a1-2c94-480e-8528-bb4fc0917bb3", "port_id": "da2c7126-d794-4ff2-a071-724ef04327f5", "mac_addr": "fa:16:3e:e6:d7:6c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "aa6561f2-e3eb-4b24-830a-596a0bfbf449", "ip_address": "172.20.0.7"}]}]}' 2022-07-23 21:32:37,709 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.222.0.17:9696/v2.0/floatingips/17e15752-c4d3-4e6c-8edb-ccffde2cde8f 1.570s 2022-07-23 21:32:37,709 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "da2c7126-d794-4ff2-a071-724ef04327f5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-d44cff56-b6cd-43a3-99e1-4f09da2fdc3d', 'date': 'Sat, 23 Jul 2022 21:32:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/17e15752-c4d3-4e6c-8edb-ccffde2cde8f'} Body: b'{"floatingip": {"id": "17e15752-c4d3-4e6c-8edb-ccffde2cde8f", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "floating_ip_address": "172.35.4.81", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": "2c9b6ac3-9072-4157-85cd-83a633cb04b7", "port_id": "da2c7126-d794-4ff2-a071-724ef04327f5", "fixed_ip_address": "172.20.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a7a4d3a1-2c94-480e-8528-bb4fc0917bb3", "mac_address": "fa:16:3e:e6:d7:6c", "admin_state_up": true, "status": "ACTIVE", "device_id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-23T21:32:19Z", "updated_at": "2022-07-23T21:32:36Z", "revision_number": 1, "project_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:32:37,710 132210 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.81:22' as 'ubuntu' with public key authentication 2022-07-23 21:32:42,662 132210 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.81 ([Errno None] Unable to connect to port 22 on 172.35.4.81). Number attempts: 1. Retry after 2 seconds. 2022-07-23 21:32:48,230 132210 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.81 ([Errno None] Unable to connect to port 22 on 172.35.4.81). Number attempts: 2. Retry after 3 seconds. 2022-07-23 21:32:54,790 132210 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.81 ([Errno None] Unable to connect to port 22 on 172.35.4.81). Number attempts: 3. Retry after 4 seconds. 2022-07-23 21:33:02,347 132210 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.81 ([Errno None] Unable to connect to port 22 on 172.35.4.81). Number attempts: 4. Retry after 5 seconds. 2022-07-23 21:33:07,897 132210 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:33:08,148 132210 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 21:33:08,148 132210 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.81 successfully created 2022-07-23 21:33:08,249 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe/ips 0.100s 2022-07-23 21:33:08,250 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '145', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80a161be-c8b1-4d4a-b68d-f494a517cbb0', 'x-compute-request-id': 'req-80a161be-c8b1-4d4a-b68d-f494a517cbb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.7"}, {"version": 4, "addr": "172.35.4.81"}]}}' 2022-07-23 21:33:08,253 132210 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.81:22' as 'ubuntu' with public key authentication 2022-07-23 21:33:08,273 132210 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:33:08,434 132210 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 21:33:08,435 132210 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.81 successfully created 2022-07-23 21:33:08,435 132210 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-07-23 21:33:08,435 132210 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.81:22' as 'ubuntu' with public key authentication 2022-07-23 21:33:08,466 132210 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:33:08,689 132210 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 21:33:08,689 132210 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.81 successfully created 2022-07-23 21:33:11,520 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes 0.571s 2022-07-23 21:33:11,520 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-1905604646"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca845cf3-6c6e-41c7-8ba6-f6af1ca0cf5a', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca845cf3-6c6e-41c7-8ba6-f6af1ca0cf5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes'} Body: b'{"volume": {"id": "f73cb912-107e-473c-a6b3-f2b5f8dc7ae2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:33:11.359182", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1905604646", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2"}], "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:33:11,581 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2 0.054s 2022-07-23 21:33:11,581 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48652a9-ff35-42eb-a1e2-05f09e573233', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48652a9-ff35-42eb-a1e2-05f09e573233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2'} Body: b'{"volume": {"id": "f73cb912-107e-473c-a6b3-f2b5f8dc7ae2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:33:11.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1905604646", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2"}], "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:33:12,680 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2 0.091s 2022-07-23 21:33:12,681 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a77e02e0-7961-4161-8123-e93649188f79', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a77e02e0-7961-4161-8123-e93649188f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2'} Body: b'{"volume": {"id": "f73cb912-107e-473c-a6b3-f2b5f8dc7ae2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:33:11.000000", "updated_at": "2022-07-23T21:33:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-1905604646", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/6bc1475019924837a8be47347f6bbd75/volumes/f73cb912-107e-473c-a6b3-f2b5f8dc7ae2"}], "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:33:13,020 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.320s 2022-07-23 21:33:13,020 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c07ecb3-76f8-4691-8298-cb87c4d75fe4', 'x-compute-request-id': 'req-4c07ecb3-76f8-4691-8298-cb87c4d75fe4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'' 2022-07-23 21:33:13,467 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.446s 2022-07-23 21:33:13,467 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8609a77-ca4b-4d6c-9185-6ea163cb302d', 'x-compute-request-id': 'req-f8609a77-ca4b-4d6c-9185-6ea163cb302d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "ACTIVE", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:33:13Z", "addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:d7:6c"}, {"version": 4, "addr": "172.35.4.81", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:d7:6c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": "2022-07-23T21:32:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:14,682 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.204s 2022-07-23 21:33:14,682 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa362bb7-a02e-44d5-83b6-2d5732c7b02f', 'x-compute-request-id': 'req-fa362bb7-a02e-44d5-83b6-2d5732c7b02f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "ACTIVE", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:33:13Z", "addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:d7:6c"}, {"version": 4, "addr": "172.35.4.81", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:d7:6c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": "2022-07-23T21:32:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:16,187 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.496s 2022-07-23 21:33:16,187 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de617b08-7ca0-4afa-976e-06ee0bb18dc5', 'x-compute-request-id': 'req-de617b08-7ca0-4afa-976e-06ee0bb18dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "ACTIVE", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:33:13Z", "addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:d7:6c"}, {"version": 4, "addr": "172.35.4.81", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:d7:6c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": "2022-07-23T21:32:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--659896481"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:17,427 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.231s 2022-07-23 21:33:17,428 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a9a5ca0-087f-4cbc-8ce7-ef9401130c11', 'x-compute-request-id': 'req-4a9a5ca0-087f-4cbc-8ce7-ef9401130c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"server": {"id": "b0bb14c2-15df-4440-9d9c-4c6598867dfe", "name": "tempest-AttachVolumeTestJSON-server-1651390481", "status": "DELETED", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:21Z", "updated": "2022-07-23T21:33:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1091663138", "OS-SRV-USG:launched_at": "2022-07-23T21:32:35.000000", "OS-SRV-USG:terminated_at": "2022-07-23T21:33:16.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:17,435 132210 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait 2022-07-23 21:33:18,486 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe 0.049s 2022-07-23 21:33:18,486 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-976518aa-bf49-41a8-adc7-81ee3daa7e41', 'x-compute-request-id': 'req-976518aa-bf49-41a8-adc7-81ee3daa7e41', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b0bb14c2-15df-4440-9d9c-4c6598867dfe'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b0bb14c2-15df-4440-9d9c-4c6598867dfe could not be found."}}' 2022-07-23 21:33:18,550 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-1091663138 0.063s 2022-07-23 21:33:18,550 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6150f02f-215e-4367-8736-be6944fcc58b', 'x-compute-request-id': 'req-6150f02f-215e-4367-8736-be6944fcc58b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-1091663138'} Body: b'' 2022-07-23 21:33:19,325 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/security-groups/891d7a22-a2ef-4961-9035-dcf66f456a05 0.774s 2022-07-23 21:33:19,325 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-aebe33b2-3b03-4e4e-b05d-64abb7c3f477', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:33:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/891d7a22-a2ef-4961-9035-dcf66f456a05'} Body: b'' 2022-07-23 21:33:19,383 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.17:9696/v2.0/security-groups/891d7a22-a2ef-4961-9035-dcf66f456a05 0.057s 2022-07-23 21:33:19,383 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3a6bdf38-018f-42bf-b9e2-1377d5aa3e95', 'date': 'Sat, 23 Jul 2022 21:33:19 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/891d7a22-a2ef-4961-9035-dcf66f456a05'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 891d7a22-a2ef-4961-9035-dcf66f456a05 does not exist", "detail": ""}}' 2022-07-23 21:33:20,370 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/floatingips/17e15752-c4d3-4e6c-8edb-ccffde2cde8f 0.986s 2022-07-23 21:33:20,370 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-f80bd833-c481-46f4-a846-1171a222db66', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:33:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/17e15752-c4d3-4e6c-8edb-ccffde2cde8f'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f73cb912-107e-473c-a6b3-f2b5f8dc7ae2 failed to build and is in ERROR status |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft23.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:33:20,375 132210 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-23 21:33:20,375 132210 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-23 21:33:20,461 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.083s 2022-07-23 21:33:20,461 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1155814123", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvyMzSWMORvfne16whEUWL7wOR4h7V7EUP8I52p9coBCHzYwXzqCy2w0f7q/TOZ6PXOU+7wSflnFWS/5/9Pjwg0D/8OWrgihRqztv7NSoQPc521kvOWGvMTqOp8pAzYqQ=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb98a7cd-a9ea-44d4-b10d-10ce86bf85c3', 'x-compute-request-id': 'req-cb98a7cd-a9ea-44d4-b10d-10ce86bf85c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1155814123", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvyMzSWMORvfne16whEUWL7wOR4h7V7EUP8I52p9coBCHzYwXzqCy2w0f7q/TOZ6PXOU+7wSflnFWS/5/9Pjwg0D/8OWrgihRqztv7NSoQPc521kvOWGvMTqOp8pAzYqQ==", "fingerprint": "dd:f8:f1:76:f8:dc:27:7f:af:a7:df:36:74:33:ae:5c", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00"}}' 2022-07-23 21:33:20,463 132210 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1155814123 created 2022-07-23 21:33:20,697 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-groups 0.233s 2022-07-23 21:33:20,697 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--33482377", "description": "tempest-description--1576065925"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-3a2a2e91-8068-4f0b-85e5-c435a6f2f472', 'date': 'Sat, 23 Jul 2022 21:33:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "5a1f2e52-5028-4560-a092-d09436f44ed1", "name": "tempest-securitygroup--33482377", "stateful": true, "tenant_id": "6bc1475019924837a8be47347f6bbd75", "description": "tempest-description--1576065925", "shared": false, "security_group_rules": [{"id": "0d80e4ae-5ad5-430c-b5d7-84b37a785533", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "security_group_id": "5a1f2e52-5028-4560-a092-d09436f44ed1", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2241, "description": null, "tags": [], "created_at": "2022-07-23T21:33:20Z", "updated_at": "2022-07-23T21:33:20Z", "revision_number": 0, "project_id": "6bc1475019924837a8be47347f6bbd75"}, {"id": "f1f95c17-30b3-4fc2-af3f-3a6885d5db39", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "security_group_id": "5a1f2e52-5028-4560-a092-d09436f44ed1", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2240, "description": null, "tags": [], "created_at": "2022-07-23T21:33:20Z", "updated_at": "2022-07-23T21:33:20Z", "revision_number": 0, "project_id": "6bc1475019924837a8be47347f6bbd75"}], "tags": [], "created_at": "2022-07-23T21:33:20Z", "updated_at": "2022-07-23T21:33:20Z", "revision_number": 1, "project_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:33:21,470 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.772s 2022-07-23 21:33:21,470 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5a1f2e52-5028-4560-a092-d09436f44ed1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-6e688e94-8b59-4dc0-bd65-91eb68b68f43', 'date': 'Sat, 23 Jul 2022 21:33:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "664113c5-0284-4349-8d3c-dac84be612bd", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "security_group_id": "5a1f2e52-5028-4560-a092-d09436f44ed1", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:33:21Z", "updated_at": "2022-07-23T21:33:21Z", "revision_number": 0, "project_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:33:22,498 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 1.027s 2022-07-23 21:33:22,498 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "5a1f2e52-5028-4560-a092-d09436f44ed1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-862e4af2-770f-41cf-9078-75915ed8ed5f', 'date': 'Sat, 23 Jul 2022 21:33:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "965e5649-7929-46f7-981e-2c1ac8804346", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "security_group_id": "5a1f2e52-5028-4560-a092-d09436f44ed1", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:33:22Z", "updated_at": "2022-07-23T21:33:22Z", "revision_number": 0, "project_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:33:22,499 132210 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--33482377 created 2022-07-23 21:33:25,913 132210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/floatingips 3.414s 2022-07-23 21:33:25,914 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-682176ab-9838-4899-9871-3a595ca34fa2', 'date': 'Sat, 23 Jul 2022 21:33:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c1ff1742-35bb-437c-b0de-2b694d71418c", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "floating_ip_address": "172.35.4.166", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6bc1475019924837a8be47347f6bbd75", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-23T21:33:24Z", "updated_at": "2022-07-23T21:33:24Z", "revision_number": 0}}' 2022-07-23 21:33:25,914 132210 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c1ff1742-35bb-437c-b0de-2b694d71418c', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'floating_ip_address': '172.35.4.166', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6bc1475019924837a8be47347f6bbd75', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:33:24Z', 'updated_at': '2022-07-23T21:33:24Z', 'revision_number': 0, 'ip': '172.35.4.166'} created 2022-07-23 21:33:26,079 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.158s 2022-07-23 21:33:26,079 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-613403ed-675b-439a-a9d9-641211c8b342', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "name": "tempest-AttachVolumeTestJSON-1227491524-project", "password_expires_at": null}, "audit_ids": ["Y-AABQz6SmKg7Z0jjBFwUQ"], "expires_at": "2022-07-23T22:33:25.000000Z", "issued_at": "2022-07-23T21:33:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bc1475019924837a8be47347f6bbd75", "name": "tempest-AttachVolumeTestJSON-1227491524"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_6bc1475019924837a8be47347f6bbd75", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/6bc1475019924837a8be47347f6bbd75", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 21:33:26,079 132210 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'a7a4d3a1-2c94-480e-8528-bb4fc0917bb3', 'name': 'tempest-AttachVolumeTestJSON-2126980892-network', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6bc1475019924837a8be47347f6bbd75', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 192, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T21:32:03Z', 'updated_at': '2022-07-23T21:32:03Z', 'revision_number': 1} available for tenant 2022-07-23 21:33:26,080 132210 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1155814123', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGvyMzSWMORvfne16whEUWL7wOR4h7V7EUP8I52p9coBCHzYwXzqCy2w0f7q/TOZ6PXOU+7wSflnFWS/5/9Pjwg0D/8OWrgihRqztv7NSoQPc521kvOWGvMTqOp8pAzYqQ==', 'fingerprint': 'dd:f8:f1:76:f8:dc:27:7f:af:a7:df:36:74:33:ae:5c', 'user_id': 'bc4aa131e63349b2aa8f37fdf6d2fe00', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAIIY7iQ1OhudzdFuznxr3ZzL2CYUKK0uWJFMuspG0ApeIXuU7tm3wk\n4iWIG3CfaNSgBwYFK4EEACKhZANiAARr8jM0ljDkb353tesIRFFi+8DkeIe1exFD\n/COdqfXKAQh82MF86gstsNH+6v0zmej1zlPu8En5ZxVkv+f/T48INA//Dlq4IoUa\ns7b+zUqED3OdtZLzlhrzE6jqfKQM2Kk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5a1f2e52-5028-4560-a092-d09436f44ed1', 'name': 'tempest-securitygroup--33482377', 'stateful': True, 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'description': 'tempest-description--1576065925', 'shared': False, 'security_group_rules': [{'id': '0d80e4ae-5ad5-430c-b5d7-84b37a785533', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'security_group_id': '5a1f2e52-5028-4560-a092-d09436f44ed1', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2241, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:33:20Z', 'updated_at': '2022-07-23T21:33:20Z', 'revision_number': 0, 'project_id': '6bc1475019924837a8be47347f6bbd75'}, {'id': 'f1f95c17-30b3-4fc2-af3f-3a6885d5db39', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'security_group_id': '5a1f2e52-5028-4560-a092-d09436f44ed1', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2240, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:33:20Z', 'updated_at': '2022-07-23T21:33:20Z', 'revision_number': 0, 'project_id': '6bc1475019924837a8be47347f6bbd75'}], 'tags': [], 'created_at': '2022-07-23T21:33:20Z', 'updated_at': '2022-07-23T21:33:20Z', 'revision_number': 1, 'project_id': '6bc1475019924837a8be47347f6bbd75'}, 'floating_ip': {'id': 'c1ff1742-35bb-437c-b0de-2b694d71418c', 'tenant_id': '6bc1475019924837a8be47347f6bbd75', 'floating_ip_address': '172.35.4.166', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6bc1475019924837a8be47347f6bbd75', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:33:24Z', 'updated_at': '2022-07-23T21:33:24Z', 'revision_number': 0, 'ip': '172.35.4.166'}} 2022-07-23 21:33:27,889 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.17/compute/v2.1/servers 1.808s 2022-07-23 21:33:27,890 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1653446204", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "a7a4d3a1-2c94-480e-8528-bb4fc0917bb3"}], "security_groups": [{"name": "tempest-securitygroup--33482377"}], "key_name": "tempest-keypair-1155814123", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a0de35a-1023-4982-8435-bff2618781f6', 'x-compute-request-id': 'req-9a0de35a-1023-4982-8435-bff2618781f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--33482377"}], "adminPass": "password"}}' 2022-07-23 21:33:28,083 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.191s 2022-07-23 21:33:28,084 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b16385e-bb8f-4f91-a84c-56bccc163fc9', 'x-compute-request-id': 'req-0b16385e-bb8f-4f91-a84c-56bccc163fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:28Z", "updated": "2022-07-23T21:33:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:29,239 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.148s 2022-07-23 21:33:29,240 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7c3585d-2f05-4037-b455-cf668217c120', 'x-compute-request-id': 'req-e7c3585d-2f05-4037-b455-cf668217c120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:29,247 132210 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-23 21:33:30,578 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.329s 2022-07-23 21:33:30,578 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-190d388e-92b0-4e6a-be05-a98eaa9d064b', 'x-compute-request-id': 'req-190d388e-92b0-4e6a-be05-a98eaa9d064b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:30,586 132210 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-07-23 21:33:32,511 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.923s 2022-07-23 21:33:32,511 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a58a1de-d9d6-4839-9a2f-fc5397be3ebb', 'x-compute-request-id': 'req-8a58a1de-d9d6-4839-9a2f-fc5397be3ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:34,186 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.667s 2022-07-23 21:33:34,186 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff25b6f7-79d7-40f8-871c-70d2e19a7e86', 'x-compute-request-id': 'req-ff25b6f7-79d7-40f8-871c-70d2e19a7e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:35,370 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.175s 2022-07-23 21:33:35,371 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7780ff72-6299-42f5-9855-809c2f9aeb13', 'x-compute-request-id': 'req-7780ff72-6299-42f5-9855-809c2f9aeb13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:36,891 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.512s 2022-07-23 21:33:36,891 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fa2e4f0-3f02-435c-ae07-17ec1a70efff', 'x-compute-request-id': 'req-6fa2e4f0-3f02-435c-ae07-17ec1a70efff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:38,106 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.206s 2022-07-23 21:33:38,106 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-461d3d6f-71a9-4897-b19a-a0c6207c0832', 'x-compute-request-id': 'req-461d3d6f-71a9-4897-b19a-a0c6207c0832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:39,424 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.309s 2022-07-23 21:33:39,424 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d8c96f0-9867-40bd-beca-2c779b5ea3d4', 'x-compute-request-id': 'req-0d8c96f0-9867-40bd-beca-2c779b5ea3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:40,617 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.185s 2022-07-23 21:33:40,618 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-652abbe1-364c-4ba8-854c-e5d894fda2d1', 'x-compute-request-id': 'req-652abbe1-364c-4ba8-854c-e5d894fda2d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "BUILD", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:41,875 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.249s 2022-07-23 21:33:41,876 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40c2cd83-aa90-45e3-92ce-a40b4df8ffd3', 'x-compute-request-id': 'req-40c2cd83-aa90-45e3-92ce-a40b4df8ffd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "ACTIVE", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:33:41Z", "addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:0c:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": "2022-07-23T21:33:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:41,883 132210 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2022-07-23 21:33:42,335 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4/os-interface 0.452s 2022-07-23 21:33:42,336 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82d72d67-3f74-45df-86c7-5d572a5706bc', 'x-compute-request-id': 'req-82d72d67-3f74-45df-86c7-5d572a5706bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a7a4d3a1-2c94-480e-8528-bb4fc0917bb3", "port_id": "34883282-1a78-4faa-8577-5453eeda82f5", "mac_addr": "fa:16:3e:cb:0c:5f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "aa6561f2-e3eb-4b24-830a-596a0bfbf449", "ip_address": "172.20.0.6"}]}]}' 2022-07-23 21:33:44,323 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.222.0.17:9696/v2.0/floatingips/c1ff1742-35bb-437c-b0de-2b694d71418c 1.984s 2022-07-23 21:33:44,323 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "34883282-1a78-4faa-8577-5453eeda82f5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-f25fd789-32da-4eed-8e4b-a23c96de5e1c', 'date': 'Sat, 23 Jul 2022 21:33:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/c1ff1742-35bb-437c-b0de-2b694d71418c'} Body: b'{"floatingip": {"id": "c1ff1742-35bb-437c-b0de-2b694d71418c", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "floating_ip_address": "172.35.4.166", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": "2c9b6ac3-9072-4157-85cd-83a633cb04b7", "port_id": "34883282-1a78-4faa-8577-5453eeda82f5", "fixed_ip_address": "172.20.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a7a4d3a1-2c94-480e-8528-bb4fc0917bb3", "mac_address": "fa:16:3e:cb:0c:5f", "admin_state_up": true, "status": "ACTIVE", "device_id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-23T21:33:24Z", "updated_at": "2022-07-23T21:33:42Z", "revision_number": 1, "project_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:33:44,324 132210 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.166:22' as 'ubuntu' with public key authentication 2022-07-23 21:33:49,126 132210 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.166 ([Errno None] Unable to connect to port 22 on 172.35.4.166). Number attempts: 1. Retry after 2 seconds. 2022-07-23 21:33:54,694 132210 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.166 ([Errno None] Unable to connect to port 22 on 172.35.4.166). Number attempts: 2. Retry after 3 seconds. 2022-07-23 21:34:01,254 132210 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.166 ([Errno None] Unable to connect to port 22 on 172.35.4.166). Number attempts: 3. Retry after 4 seconds. 2022-07-23 21:34:05,761 132210 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.166 ([Errno None] Unable to connect to port 22 on 172.35.4.166). Number attempts: 4. Retry after 5 seconds. 2022-07-23 21:34:11,270 132210 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.166 ([Errno None] Unable to connect to port 22 on 172.35.4.166). Number attempts: 5. Retry after 6 seconds. 2022-07-23 21:34:17,788 132210 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:34:17,946 132210 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 21:34:17,947 132210 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.166 successfully created 2022-07-23 21:34:18,030 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4/ips 0.083s 2022-07-23 21:34:18,031 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '146', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06b3889a-18e3-45eb-aec4-806872113cbb', 'x-compute-request-id': 'req-06b3889a-18e3-45eb-aec4-806872113cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.6"}, {"version": 4, "addr": "172.35.4.166"}]}}' 2022-07-23 21:34:18,399 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes 0.365s 2022-07-23 21:34:18,399 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-167446950"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274a774b-fa34-4cf0-936c-7cc31ff55d19', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274a774b-fa34-4cf0-936c-7cc31ff55d19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes'} Body: b'{"volume": {"id": "730c9c90-6cf1-423f-937f-6f759b36a7fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:34:18.250217", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-167446950", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa"}], "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:34:18,533 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa 0.127s 2022-07-23 21:34:18,534 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa12f5d-8c80-4488-994a-51e62cc46092', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa12f5d-8c80-4488-994a-51e62cc46092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa'} Body: b'{"volume": {"id": "730c9c90-6cf1-423f-937f-6f759b36a7fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:34:18.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-167446950", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa"}], "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:34:19,605 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa 0.063s 2022-07-23 21:34:19,606 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7abcb8a7-0dbd-4f8a-84e9-3754b509cded', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7abcb8a7-0dbd-4f8a-84e9-3754b509cded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa'} Body: b'{"volume": {"id": "730c9c90-6cf1-423f-937f-6f759b36a7fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:34:18.000000", "updated_at": "2022-07-23T21:34:19.000000", "name": "tempest-AttachVolumeTestJSON-volume-167446950", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/6bc1475019924837a8be47347f6bbd75/volumes/730c9c90-6cf1-423f-937f-6f759b36a7fa"}], "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bc1475019924837a8be47347f6bbd75"}}' 2022-07-23 21:34:19,808 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.196s 2022-07-23 21:34:19,809 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0649091b-488f-4ddb-9812-65ba2ffaffa9', 'x-compute-request-id': 'req-0649091b-488f-4ddb-9812-65ba2ffaffa9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'' 2022-07-23 21:34:20,037 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.227s 2022-07-23 21:34:20,037 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-440e4858-d556-43f9-8e9e-8b2a1feb9e38', 'x-compute-request-id': 'req-440e4858-d556-43f9-8e9e-8b2a1feb9e38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "ACTIVE", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:34:20Z", "addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:0c:5f"}, {"version": 4, "addr": "172.35.4.166", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:0c:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": "2022-07-23T21:33:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:34:21,498 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.452s 2022-07-23 21:34:21,498 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef419471-ae8e-4b0a-aab5-66257e3b4674', 'x-compute-request-id': 'req-ef419471-ae8e-4b0a-aab5-66257e3b4674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "ACTIVE", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:34:20Z", "addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:0c:5f"}, {"version": 4, "addr": "172.35.4.166", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:0c:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": "2022-07-23T21:33:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--33482377"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:34:22,854 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.347s 2022-07-23 21:34:22,854 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1607', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90944954-3710-4712-ac29-edaeb7920cb7', 'x-compute-request-id': 'req-90944954-3710-4712-ac29-edaeb7920cb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"server": {"id": "bdade0fb-93ef-41ad-8079-a26f353871f4", "name": "tempest-AttachVolumeTestJSON-server-1653446204", "status": "ACTIVE", "tenant_id": "6bc1475019924837a8be47347f6bbd75", "user_id": "bc4aa131e63349b2aa8f37fdf6d2fe00", "metadata": {}, "hostId": "ce6621ce5b2ff2d3ef6b1c19b7f6b57430dc12825cb49add30bd2a22", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:33:27Z", "updated": "2022-07-23T21:34:20Z", "addresses": {"tempest-AttachVolumeTestJSON-2126980892-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:0c:5f"}, {"version": 4, "addr": "172.35.4.166", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:0c:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bdade0fb-93ef-41ad-8079-a26f353871f4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1155814123", "OS-SRV-USG:launched_at": "2022-07-23T21:33:41.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:34:24,082 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4 0.220s 2022-07-23 21:34:24,083 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-daa8f56f-c5df-4efc-b85a-513802df6700', 'x-compute-request-id': 'req-daa8f56f-c5df-4efc-b85a-513802df6700', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bdade0fb-93ef-41ad-8079-a26f353871f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bdade0fb-93ef-41ad-8079-a26f353871f4 could not be found."}}' 2022-07-23 21:34:24,205 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-1155814123 0.121s 2022-07-23 21:34:24,205 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a26fbf0-47e9-4079-8681-38d0a6142e57', 'x-compute-request-id': 'req-6a26fbf0-47e9-4079-8681-38d0a6142e57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-1155814123'} Body: b'' 2022-07-23 21:34:24,998 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/security-groups/5a1f2e52-5028-4560-a092-d09436f44ed1 0.792s 2022-07-23 21:34:24,999 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-32a06ca9-4676-4d04-a419-ef4de58cde67', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:34:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/5a1f2e52-5028-4560-a092-d09436f44ed1'} Body: b'' 2022-07-23 21:34:25,032 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.17:9696/v2.0/security-groups/5a1f2e52-5028-4560-a092-d09436f44ed1 0.033s 2022-07-23 21:34:25,033 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3e832b41-a17b-4557-83c0-8dc8dec93d9d', 'date': 'Sat, 23 Jul 2022 21:34:25 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/5a1f2e52-5028-4560-a092-d09436f44ed1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5a1f2e52-5028-4560-a092-d09436f44ed1 does not exist", "detail": ""}}' 2022-07-23 21:34:25,956 132210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/floatingips/c1ff1742-35bb-437c-b0de-2b694d71418c 0.922s 2022-07-23 21:34:25,956 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-12608372-0a52-4789-a112-a9fe1834ed69', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:34:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/c1ff1742-35bb-437c-b0de-2b694d71418c'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 730c9c90-6cf1-423f-937f-6f759b36a7fa failed to build and is in ERROR status |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
fail
ft24.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:30:34,359 132217 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-23 21:30:34,359 132217 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-23 21:30:35,738 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.17/compute/v2.1/os-keypairs 1.375s 2022-07-23 21:30:35,738 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-439558644", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCoP7Y9C97lTXe1zBB9R7vFIpPWEaBNcosuDvKXf2Yl619P6h3PczKj3BC54g17wJlgGhX4axPcgGxRqMygkpYeu8TuA0ftaMtLWd6yiEJBEjGUzdtGs+ShQScG3HqUOvA=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84d670ca-3058-43c6-b6e3-e26ded09312e', 'x-compute-request-id': 'req-84d670ca-3058-43c6-b6e3-e26ded09312e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-439558644", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCoP7Y9C97lTXe1zBB9R7vFIpPWEaBNcosuDvKXf2Yl619P6h3PczKj3BC54g17wJlgGhX4axPcgGxRqMygkpYeu8TuA0ftaMtLWd6yiEJBEjGUzdtGs+ShQScG3HqUOvA==", "fingerprint": "7a:a6:a4:6d:2c:6d:82:45:4e:2e:ac:a4:c1:2a:eb:2f", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144"}}' 2022-07-23 21:30:35,740 132217 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-439558644 created 2022-07-23 21:30:36,681 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-groups 0.940s 2022-07-23 21:30:36,682 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--333826858", "description": "tempest-description--1298281118"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-eca3d85a-6f7b-49eb-ad2e-261fc2fcf350', 'date': 'Sat, 23 Jul 2022 21:30:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "123f83d5-3955-4e67-9858-e70460fd200d", "name": "tempest-securitygroup--333826858", "stateful": true, "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "description": "tempest-description--1298281118", "shared": false, "security_group_rules": [{"id": "7232ff88-f2c6-4a6f-8c5f-1a64bd27cbda", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "123f83d5-3955-4e67-9858-e70460fd200d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1905, "description": null, "tags": [], "created_at": "2022-07-23T21:30:36Z", "updated_at": "2022-07-23T21:30:36Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}, {"id": "72420aa0-3b3c-4011-a21e-cb0229ceac28", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "123f83d5-3955-4e67-9858-e70460fd200d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1906, "description": null, "tags": [], "created_at": "2022-07-23T21:30:36Z", "updated_at": "2022-07-23T21:30:36Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}], "tags": [], "created_at": "2022-07-23T21:30:36Z", "updated_at": "2022-07-23T21:30:36Z", "revision_number": 1, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:30:38,116 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 1.434s 2022-07-23 21:30:38,117 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "123f83d5-3955-4e67-9858-e70460fd200d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-fce0db84-89ca-45e3-9193-244546c3333d', 'date': 'Sat, 23 Jul 2022 21:30:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "27d09a7d-ed30-4c65-a6ba-2c24d3d6b310", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "123f83d5-3955-4e67-9858-e70460fd200d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:30:37Z", "updated_at": "2022-07-23T21:30:37Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:30:39,546 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 1.428s 2022-07-23 21:30:39,546 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "123f83d5-3955-4e67-9858-e70460fd200d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-82c77dd1-357c-46c0-9e43-6c945a91f42d', 'date': 'Sat, 23 Jul 2022 21:30:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "44afb37a-b14d-48e1-bdec-bcd830a5649d", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "123f83d5-3955-4e67-9858-e70460fd200d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:30:38Z", "updated_at": "2022-07-23T21:30:38Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:30:39,546 132217 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--333826858 created 2022-07-23 21:30:45,577 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/floatingips 6.030s 2022-07-23 21:30:45,577 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-0f28b28b-01c2-4526-aa46-11b587804745', 'date': 'Sat, 23 Jul 2022 21:30:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "42ac262b-71a0-48dd-a9c1-da5ea5a66f7c", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "floating_ip_address": "172.35.4.203", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-23T21:30:44Z", "updated_at": "2022-07-23T21:30:44Z", "revision_number": 0}}' 2022-07-23 21:30:45,578 132217 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '42ac262b-71a0-48dd-a9c1-da5ea5a66f7c', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'floating_ip_address': '172.35.4.203', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:30:44Z', 'updated_at': '2022-07-23T21:30:44Z', 'revision_number': 0, 'ip': '172.35.4.203'} created 2022-07-23 21:30:45,824 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.240s 2022-07-23 21:30:45,824 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-aa940876-061a-4043-84e2-68f7e0b92560', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "37b1e260651b4dffa7c1efe8e9d0f144", "name": "tempest-AttachVolumeNegativeTest-319311902-project", "password_expires_at": null}, "audit_ids": ["HdziCh_eQQyWh-dzUZgTRw"], "expires_at": "2022-07-23T22:30:45.000000Z", "issued_at": "2022-07-23T21:30:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "name": "tempest-AttachVolumeNegativeTest-319311902"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 21:30:45,825 132217 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'e6510bf5-c62e-46e0-81de-3e26ff603612', 'name': 'tempest-AttachVolumeNegativeTest-179490236-network', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 155, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T21:30:13Z', 'updated_at': '2022-07-23T21:30:13Z', 'revision_number': 1} available for tenant 2022-07-23 21:30:45,826 132217 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-439558644', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCoP7Y9C97lTXe1zBB9R7vFIpPWEaBNcosuDvKXf2Yl619P6h3PczKj3BC54g17wJlgGhX4axPcgGxRqMygkpYeu8TuA0ftaMtLWd6yiEJBEjGUzdtGs+ShQScG3HqUOvA==', 'fingerprint': '7a:a6:a4:6d:2c:6d:82:45:4e:2e:ac:a4:c1:2a:eb:2f', 'user_id': '37b1e260651b4dffa7c1efe8e9d0f144', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD4xum6+5hjTO/XgdehqRsDGXEThKPgDk8aeckt1lRH/xnHzGvIBsTs\nW6VFfH4KuQmgBwYFK4EEACKhZANiAAQqD+2PQve5U13tcwQfUe7xSKT1hGgTXKLL\ng7yl39mJetfT+odz3Myo9wQueINe8CZYBoV+GsT3IBsUajMoJKWHrvE7gNH7WjLS\n1nesohCQRIxlM3bRrPkoUEnBtx6lDrw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '123f83d5-3955-4e67-9858-e70460fd200d', 'name': 'tempest-securitygroup--333826858', 'stateful': True, 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'description': 'tempest-description--1298281118', 'shared': False, 'security_group_rules': [{'id': '7232ff88-f2c6-4a6f-8c5f-1a64bd27cbda', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'security_group_id': '123f83d5-3955-4e67-9858-e70460fd200d', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1905, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:30:36Z', 'updated_at': '2022-07-23T21:30:36Z', 'revision_number': 0, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98'}, {'id': '72420aa0-3b3c-4011-a21e-cb0229ceac28', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'security_group_id': '123f83d5-3955-4e67-9858-e70460fd200d', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1906, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:30:36Z', 'updated_at': '2022-07-23T21:30:36Z', 'revision_number': 0, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98'}], 'tags': [], 'created_at': '2022-07-23T21:30:36Z', 'updated_at': '2022-07-23T21:30:36Z', 'revision_number': 1, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98'}, 'floating_ip': {'id': '42ac262b-71a0-48dd-a9c1-da5ea5a66f7c', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'floating_ip_address': '172.35.4.203', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:30:44Z', 'updated_at': '2022-07-23T21:30:44Z', 'revision_number': 0, 'ip': '172.35.4.203'}} 2022-07-23 21:30:47,930 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.17/compute/v2.1/servers 2.103s 2022-07-23 21:30:47,930 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-432891436", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "e6510bf5-c62e-46e0-81de-3e26ff603612"}], "security_groups": [{"name": "tempest-securitygroup--333826858"}], "key_name": "tempest-keypair-439558644", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76e50673-8ee9-486a-8171-f575ad5a1007', 'x-compute-request-id': 'req-76e50673-8ee9-486a-8171-f575ad5a1007', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--333826858"}], "adminPass": "password"}}' 2022-07-23 21:30:48,395 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.463s 2022-07-23 21:30:48,396 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7589474d-f475-4e62-881b-22dcc363371d', 'x-compute-request-id': 'req-7589474d-f475-4e62-881b-22dcc363371d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:48Z", "updated": "2022-07-23T21:30:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:30:49,634 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.229s 2022-07-23 21:30:49,634 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94f23241-3c42-43f5-9caa-44e24ac77435', 'x-compute-request-id': 'req-94f23241-3c42-43f5-9caa-44e24ac77435', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:30:49,644 132217 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-23 21:30:51,123 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.477s 2022-07-23 21:30:51,123 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f24a2501-e96f-4663-ad18-d9eb246fe1ef', 'x-compute-request-id': 'req-f24a2501-e96f-4663-ad18-d9eb246fe1ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:30:51,130 132217 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-07-23 21:30:52,985 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.853s 2022-07-23 21:30:52,986 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49164388-b474-4354-b306-dcd7efc9da00', 'x-compute-request-id': 'req-49164388-b474-4354-b306-dcd7efc9da00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:30:54,433 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.438s 2022-07-23 21:30:54,433 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96570216-2167-4dda-bc85-8752b5c86a8d', 'x-compute-request-id': 'req-96570216-2167-4dda-bc85-8752b5c86a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:30:56,252 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.810s 2022-07-23 21:30:56,253 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d02bfcd6-13ff-44e1-bb43-08b01df7597f', 'x-compute-request-id': 'req-d02bfcd6-13ff-44e1-bb43-08b01df7597f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:30:57,967 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.706s 2022-07-23 21:30:57,967 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c84eb6ca-1860-4a4e-ac82-c8730db838f5', 'x-compute-request-id': 'req-c84eb6ca-1860-4a4e-ac82-c8730db838f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:30:59,578 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.602s 2022-07-23 21:30:59,579 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed9ed63e-5427-45a6-b174-b05435db3213', 'x-compute-request-id': 'req-ed9ed63e-5427-45a6-b174-b05435db3213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:01,230 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.643s 2022-07-23 21:31:01,231 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e051c2df-1df1-4e73-af1c-107f7e0dca1b', 'x-compute-request-id': 'req-e051c2df-1df1-4e73-af1c-107f7e0dca1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:03,033 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.793s 2022-07-23 21:31:03,033 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c80a4047-b3df-4496-9664-0792023ff2c1', 'x-compute-request-id': 'req-c80a4047-b3df-4496-9664-0792023ff2c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:04,669 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.627s 2022-07-23 21:31:04,669 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f01f8e22-fb7a-4f13-b8e0-da31519fadd9', 'x-compute-request-id': 'req-f01f8e22-fb7a-4f13-b8e0-da31519fadd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:30:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:06,314 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.636s 2022-07-23 21:31:06,315 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-616076c5-e601-4f85-b974-495434af2deb', 'x-compute-request-id': 'req-616076c5-e601-4f85-b974-495434af2deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:31:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": "2022-07-23T21:31:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:06,322 132217 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait 2022-07-23 21:31:06,947 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15/os-interface 0.624s 2022-07-23 21:31:06,947 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfe87b2e-4a65-47bd-9034-91c9393cd435', 'x-compute-request-id': 'req-bfe87b2e-4a65-47bd-9034-91c9393cd435', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e6510bf5-c62e-46e0-81de-3e26ff603612", "port_id": "11b31040-c051-49e9-abc5-174c912590d7", "mac_addr": "fa:16:3e:ee:4f:22", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dea95318-32b6-4713-8f29-3c4c243e21b8", "ip_address": "172.20.0.13"}]}]}' 2022-07-23 21:31:11,444 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.222.0.17:9696/v2.0/floatingips/42ac262b-71a0-48dd-a9c1-da5ea5a66f7c 4.493s 2022-07-23 21:31:11,444 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "11b31040-c051-49e9-abc5-174c912590d7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-db2a8c08-92ef-4bba-980b-56770764b209', 'date': 'Sat, 23 Jul 2022 21:31:11 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/42ac262b-71a0-48dd-a9c1-da5ea5a66f7c'} Body: b'{"floatingip": {"id": "42ac262b-71a0-48dd-a9c1-da5ea5a66f7c", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "floating_ip_address": "172.35.4.203", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": "2edc28ac-a542-495b-90b1-58462dc1debe", "port_id": "11b31040-c051-49e9-abc5-174c912590d7", "fixed_ip_address": "172.20.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e6510bf5-c62e-46e0-81de-3e26ff603612", "mac_address": "fa:16:3e:ee:4f:22", "admin_state_up": true, "status": "ACTIVE", "device_id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-23T21:30:44Z", "updated_at": "2022-07-23T21:31:08Z", "revision_number": 1, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:31:11,445 132217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.203:22' as 'ubuntu' with public key authentication 2022-07-23 21:31:14,502 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.203 ([Errno None] Unable to connect to port 22 on 172.35.4.203). Number attempts: 1. Retry after 2 seconds. 2022-07-23 21:31:18,122 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.203 ([Errno None] Unable to connect to port 22 on 172.35.4.203). Number attempts: 2. Retry after 3 seconds. 2022-07-23 21:31:24,678 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.203 ([Errno None] Unable to connect to port 22 on 172.35.4.203). Number attempts: 3. Retry after 4 seconds. 2022-07-23 21:31:32,235 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.203 ([Errno None] Unable to connect to port 22 on 172.35.4.203). Number attempts: 4. Retry after 5 seconds. 2022-07-23 21:31:37,746 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.203 ([Errno None] Unable to connect to port 22 on 172.35.4.203). Number attempts: 5. Retry after 6 seconds. 2022-07-23 21:31:44,268 132217 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:31:44,427 132217 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 21:31:44,428 132217 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.203 successfully created 2022-07-23 21:31:44,476 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15/ips 0.047s 2022-07-23 21:31:44,476 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccf3538d-7f72-4a48-98e7-99bc864a7496', 'x-compute-request-id': 'req-ccf3538d-7f72-4a48-98e7-99bc864a7496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.13"}, {"version": 4, "addr": "172.35.4.203"}]}}' 2022-07-23 21:31:44,931 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes 0.452s 2022-07-23 21:31:44,931 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-363768743"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bd08523-1a69-4966-84b1-488d21333fd8', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bd08523-1a69-4966-84b1-488d21333fd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes'} Body: b'{"volume": {"id": "9e63f6fa-982a-4f4b-8b81-bac7d9761301", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:31:44.782250", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-363768743", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301"}], "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:31:44,997 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301 0.058s 2022-07-23 21:31:44,998 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b656616-fbe3-46aa-991f-3c464fd6f2a5', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b656616-fbe3-46aa-991f-3c464fd6f2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301'} Body: b'{"volume": {"id": "9e63f6fa-982a-4f4b-8b81-bac7d9761301", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:31:45.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-363768743", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301"}], "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:31:46,066 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301 0.060s 2022-07-23 21:31:46,066 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02205f3b-9eda-4188-be0a-66740c7792b1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02205f3b-9eda-4188-be0a-66740c7792b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301'} Body: b'{"volume": {"id": "9e63f6fa-982a-4f4b-8b81-bac7d9761301", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:31:45.000000", "updated_at": "2022-07-23T21:31:45.000000", "name": "tempest-AttachVolumeNegativeTest-volume-363768743", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9e63f6fa-982a-4f4b-8b81-bac7d9761301"}], "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:31:46,378 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.299s 2022-07-23 21:31:46,379 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44a15b05-9958-4ae4-9813-4ee49a204d80', 'x-compute-request-id': 'req-44a15b05-9958-4ae4-9813-4ee49a204d80', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'' 2022-07-23 21:31:46,677 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.297s 2022-07-23 21:31:46,677 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1680', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d58c4e0f-e7ca-4138-a1de-aeaa0d1c16a2', 'x-compute-request-id': 'req-d58c4e0f-e7ca-4138-a1de-aeaa0d1c16a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:31:46Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:22"}, {"version": 4, "addr": "172.35.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": "2022-07-23T21:31:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:47,910 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.224s 2022-07-23 21:31:47,910 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1680', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-394a0daf-cf87-4e17-bac5-2c5b1074c61d', 'x-compute-request-id': 'req-394a0daf-cf87-4e17-bac5-2c5b1074c61d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:31:46Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:22"}, {"version": 4, "addr": "172.35.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": "2022-07-23T21:31:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:49,166 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.248s 2022-07-23 21:31:49,167 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1680', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbc28ee4-fb1c-4f0a-945a-6ef0cfae7570', 'x-compute-request-id': 'req-fbc28ee4-fb1c-4f0a-945a-6ef0cfae7570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:31:46Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:22"}, {"version": 4, "addr": "172.35.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": "2022-07-23T21:31:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--333826858"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:50,377 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.202s 2022-07-23 21:31:50,378 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1613', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b825d33-eedd-4018-bf1c-a7acf04c011c', 'x-compute-request-id': 'req-2b825d33-eedd-4018-bf1c-a7acf04c011c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"server": {"id": "b90d9c54-1b5f-40db-acc6-67aaf46def15", "name": "tempest-AttachVolumeNegativeTest-server-432891436", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:30:47Z", "updated": "2022-07-23T21:31:46Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:22"}, {"version": 4, "addr": "172.35.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-439558644", "OS-SRV-USG:launched_at": "2022-07-23T21:31:04.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:51,654 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15 0.266s 2022-07-23 21:31:51,654 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7d716085-e999-4e7f-9009-00d72e6db9f2', 'x-compute-request-id': 'req-7d716085-e999-4e7f-9009-00d72e6db9f2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b90d9c54-1b5f-40db-acc6-67aaf46def15'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b90d9c54-1b5f-40db-acc6-67aaf46def15 could not be found."}}' 2022-07-23 21:31:51,694 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-439558644 0.039s 2022-07-23 21:31:51,694 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e40c0c2-427e-42d5-9ba1-0608f0a5c5fd', 'x-compute-request-id': 'req-0e40c0c2-427e-42d5-9ba1-0608f0a5c5fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-439558644'} Body: b'' 2022-07-23 21:31:52,156 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/security-groups/123f83d5-3955-4e67-9858-e70460fd200d 0.461s 2022-07-23 21:31:52,157 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-97ef20a7-0924-493d-9ef4-a0b1a27ba329', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:31:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/123f83d5-3955-4e67-9858-e70460fd200d'} Body: b'' 2022-07-23 21:31:52,185 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.17:9696/v2.0/security-groups/123f83d5-3955-4e67-9858-e70460fd200d 0.027s 2022-07-23 21:31:52,185 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5af808f4-f31d-4e11-ab3d-7a5e078b96c9', 'date': 'Sat, 23 Jul 2022 21:31:52 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/123f83d5-3955-4e67-9858-e70460fd200d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 123f83d5-3955-4e67-9858-e70460fd200d does not exist", "detail": ""}}' 2022-07-23 21:31:53,131 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/floatingips/42ac262b-71a0-48dd-a9c1-da5ea5a66f7c 0.945s 2022-07-23 21:31:53,131 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-10a44ca3-79e7-4b85-ba84-55ba23770539', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:31:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/42ac262b-71a0-48dd-a9c1-da5ea5a66f7c'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9e63f6fa-982a-4f4b-8b81-bac7d9761301 failed to build and is in ERROR status |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft24.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:31:53,139 132217 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-23 21:31:53,139 132217 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-23 21:31:53,263 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.121s 2022-07-23 21:31:53,263 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-755336650", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEFcf5zu9jBjf27GRVC3RnpzcubpEWjN/oT3IouT8vd8GnvGaY3TJ7xbglvhFrKW6yYbQtRIRR8np2g8BVbbTStbo7GGsB5LPW+7Bx4Gor0HfYNEwAWy8anHPw6+abrG2Q=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-962c1124-3d60-44c4-892c-8e870f5c57c2', 'x-compute-request-id': 'req-962c1124-3d60-44c4-892c-8e870f5c57c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-755336650", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEFcf5zu9jBjf27GRVC3RnpzcubpEWjN/oT3IouT8vd8GnvGaY3TJ7xbglvhFrKW6yYbQtRIRR8np2g8BVbbTStbo7GGsB5LPW+7Bx4Gor0HfYNEwAWy8anHPw6+abrG2Q==", "fingerprint": "6a:0e:d8:20:80:60:60:62:71:9e:4e:af:0a:59:26:f7", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144"}}' 2022-07-23 21:31:53,266 132217 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-755336650 created 2022-07-23 21:31:53,599 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-groups 0.333s 2022-07-23 21:31:53,600 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--1957009484", "description": "tempest-description--1590911370"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-a45c3cc8-69d8-4aeb-8b4e-f9567b37a747', 'date': 'Sat, 23 Jul 2022 21:31:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "ca32340f-3149-4c94-aa4e-2c6d8e12e841", "name": "tempest-securitygroup--1957009484", "stateful": true, "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "description": "tempest-description--1590911370", "shared": false, "security_group_rules": [{"id": "e5745501-688b-484d-9be4-5535ee267019", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "ca32340f-3149-4c94-aa4e-2c6d8e12e841", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2047, "description": null, "tags": [], "created_at": "2022-07-23T21:31:53Z", "updated_at": "2022-07-23T21:31:53Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}, {"id": "ec9cd6f1-b4c1-4d7f-bab1-e44f1022ee60", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "ca32340f-3149-4c94-aa4e-2c6d8e12e841", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2048, "description": null, "tags": [], "created_at": "2022-07-23T21:31:53Z", "updated_at": "2022-07-23T21:31:53Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}], "tags": [], "created_at": "2022-07-23T21:31:53Z", "updated_at": "2022-07-23T21:31:53Z", "revision_number": 1, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:31:53,882 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.281s 2022-07-23 21:31:53,883 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ca32340f-3149-4c94-aa4e-2c6d8e12e841", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-8881dbe8-fedb-451c-995a-0a49b802f42c', 'date': 'Sat, 23 Jul 2022 21:31:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c9e01e5-afd4-4726-9772-7e3d96b7f0d4", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "ca32340f-3149-4c94-aa4e-2c6d8e12e841", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:31:53Z", "updated_at": "2022-07-23T21:31:53Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:31:54,099 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.215s 2022-07-23 21:31:54,099 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ca32340f-3149-4c94-aa4e-2c6d8e12e841", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7bfdcb7d-fd12-4d40-8b9f-9d10442c55de', 'date': 'Sat, 23 Jul 2022 21:31:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9e4edcd-27cd-4c02-9ccf-01b8fc1c9218", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "ca32340f-3149-4c94-aa4e-2c6d8e12e841", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:31:53Z", "updated_at": "2022-07-23T21:31:53Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:31:54,099 132217 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1957009484 created 2022-07-23 21:31:55,587 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/floatingips 1.487s 2022-07-23 21:31:55,587 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-0f77436c-e2c2-4fb4-a3a8-be84e0b3ad99', 'date': 'Sat, 23 Jul 2022 21:31:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "eef3cfe0-d663-4789-9e60-09acd62dad14", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "floating_ip_address": "172.35.4.71", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-23T21:31:54Z", "updated_at": "2022-07-23T21:31:54Z", "revision_number": 0}}' 2022-07-23 21:31:55,588 132217 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'eef3cfe0-d663-4789-9e60-09acd62dad14', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'floating_ip_address': '172.35.4.71', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:31:54Z', 'updated_at': '2022-07-23T21:31:54Z', 'revision_number': 0, 'ip': '172.35.4.71'} created 2022-07-23 21:31:55,781 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.187s 2022-07-23 21:31:55,782 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-28bf3b96-8c96-4926-b833-a7c684333e23', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "37b1e260651b4dffa7c1efe8e9d0f144", "name": "tempest-AttachVolumeNegativeTest-319311902-project", "password_expires_at": null}, "audit_ids": ["E6UWnwwmSjiDMzK15yD1Hg"], "expires_at": "2022-07-23T22:31:55.000000Z", "issued_at": "2022-07-23T21:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "name": "tempest-AttachVolumeNegativeTest-319311902"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 21:31:55,782 132217 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'e6510bf5-c62e-46e0-81de-3e26ff603612', 'name': 'tempest-AttachVolumeNegativeTest-179490236-network', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 155, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T21:30:13Z', 'updated_at': '2022-07-23T21:30:13Z', 'revision_number': 1} available for tenant 2022-07-23 21:31:55,783 132217 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-755336650', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEFcf5zu9jBjf27GRVC3RnpzcubpEWjN/oT3IouT8vd8GnvGaY3TJ7xbglvhFrKW6yYbQtRIRR8np2g8BVbbTStbo7GGsB5LPW+7Bx4Gor0HfYNEwAWy8anHPw6+abrG2Q==', 'fingerprint': '6a:0e:d8:20:80:60:60:62:71:9e:4e:af:0a:59:26:f7', 'user_id': '37b1e260651b4dffa7c1efe8e9d0f144', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAjC0+POiMjjYkTY24CCRnVN6zh6KusMpxbBH8Jd4ykex/8pWtAZNkS\nuzMf1ZgYABygBwYFK4EEACKhZANiAARBXH+c7vYwY39uxkVQt0Z6c3Lm6RFozf6E\n9yKLk/L3fBp7xmmN0ye8W4Jb4RaylusmG0LUSEUfJ6doPAVW200rW6OxhrAeSz1v\nuwceBqK9B32DRMAFsvGpxz8Ovmm6xtk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ca32340f-3149-4c94-aa4e-2c6d8e12e841', 'name': 'tempest-securitygroup--1957009484', 'stateful': True, 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'description': 'tempest-description--1590911370', 'shared': False, 'security_group_rules': [{'id': 'e5745501-688b-484d-9be4-5535ee267019', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'security_group_id': 'ca32340f-3149-4c94-aa4e-2c6d8e12e841', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2047, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:31:53Z', 'updated_at': '2022-07-23T21:31:53Z', 'revision_number': 0, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98'}, {'id': 'ec9cd6f1-b4c1-4d7f-bab1-e44f1022ee60', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'security_group_id': 'ca32340f-3149-4c94-aa4e-2c6d8e12e841', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2048, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:31:53Z', 'updated_at': '2022-07-23T21:31:53Z', 'revision_number': 0, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98'}], 'tags': [], 'created_at': '2022-07-23T21:31:53Z', 'updated_at': '2022-07-23T21:31:53Z', 'revision_number': 1, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98'}, 'floating_ip': {'id': 'eef3cfe0-d663-4789-9e60-09acd62dad14', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'floating_ip_address': '172.35.4.71', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:31:54Z', 'updated_at': '2022-07-23T21:31:54Z', 'revision_number': 0, 'ip': '172.35.4.71'}} 2022-07-23 21:31:56,778 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.17/compute/v2.1/servers 0.994s 2022-07-23 21:31:56,778 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1910983400", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "e6510bf5-c62e-46e0-81de-3e26ff603612"}], "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "key_name": "tempest-keypair-755336650", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d8b1523-0e36-4690-846a-d4889a4adeec', 'x-compute-request-id': 'req-1d8b1523-0e36-4690-846a-d4889a4adeec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "adminPass": "password"}}' 2022-07-23 21:31:56,907 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.126s 2022-07-23 21:31:56,907 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1241', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2511df9e-791d-42ae-9c15-01a4a3d6ab79', 'x-compute-request-id': 'req-2511df9e-791d-42ae-9c15-01a4a3d6ab79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:57Z", "updated": "2022-07-23T21:31:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:58,021 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.105s 2022-07-23 21:31:58,021 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1293', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-739921fc-4721-4d06-bf2d-f29bb96b5b49', 'x-compute-request-id': 'req-739921fc-4721-4d06-bf2d-f29bb96b5b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:31:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:58,028 132217 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-07-23 21:31:59,341 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.311s 2022-07-23 21:31:59,341 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07479883-d0a3-468b-929a-d0da07819951', 'x-compute-request-id': 'req-07479883-d0a3-468b-929a-d0da07819951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:31:59,348 132217 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-07-23 21:32:00,993 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.642s 2022-07-23 21:32:00,994 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c9e752d-2852-4eb0-91b5-f309ebd2c395', 'x-compute-request-id': 'req-6c9e752d-2852-4eb0-91b5-f309ebd2c395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:02,561 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.559s 2022-07-23 21:32:02,562 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-362cb590-bf72-4041-bf33-4ee9672396db', 'x-compute-request-id': 'req-362cb590-bf72-4041-bf33-4ee9672396db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:04,188 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.617s 2022-07-23 21:32:04,188 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cedf40e-7031-4fe0-b6bf-468e81311f81', 'x-compute-request-id': 'req-6cedf40e-7031-4fe0-b6bf-468e81311f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:05,520 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.323s 2022-07-23 21:32:05,520 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be9cdfc4-c6ae-416b-b25b-b56ce0a87a3c', 'x-compute-request-id': 'req-be9cdfc4-c6ae-416b-b25b-b56ce0a87a3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:07,209 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.680s 2022-07-23 21:32:07,209 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abba5563-1175-4da8-8965-d7326c308bab', 'x-compute-request-id': 'req-abba5563-1175-4da8-8965-d7326c308bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:08,437 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.219s 2022-07-23 21:32:08,438 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db4bccf3-ae70-49b3-8fc9-84165e789aad', 'x-compute-request-id': 'req-db4bccf3-ae70-49b3-8fc9-84165e789aad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:10,220 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.774s 2022-07-23 21:32:10,220 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f7c9616-f79b-4c18-8211-26880e1a3a01', 'x-compute-request-id': 'req-8f7c9616-f79b-4c18-8211-26880e1a3a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:31:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:11,677 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.448s 2022-07-23 21:32:11,677 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b34b236-0787-4ca8-ad94-e9b0aa67b87d', 'x-compute-request-id': 'req-0b34b236-0787-4ca8-ad94-e9b0aa67b87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:32:11Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:a8:e5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": "2022-07-23T21:32:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:11,684 132217 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait 2022-07-23 21:32:12,242 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85/os-interface 0.557s 2022-07-23 21:32:12,243 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b1fd4d9-eb1a-457d-a5a2-5f79f6476a46', 'x-compute-request-id': 'req-1b1fd4d9-eb1a-457d-a5a2-5f79f6476a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e6510bf5-c62e-46e0-81de-3e26ff603612", "port_id": "7ffd9730-367d-43b1-af40-908b309e515f", "mac_addr": "fa:16:3e:2c:a8:e5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dea95318-32b6-4713-8f29-3c4c243e21b8", "ip_address": "172.20.0.9"}]}]}' 2022-07-23 21:32:16,233 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.222.0.17:9696/v2.0/floatingips/eef3cfe0-d663-4789-9e60-09acd62dad14 3.987s 2022-07-23 21:32:16,233 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "7ffd9730-367d-43b1-af40-908b309e515f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-8c538a2d-9a2a-474a-8c51-37866008ada7', 'date': 'Sat, 23 Jul 2022 21:32:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/eef3cfe0-d663-4789-9e60-09acd62dad14'} Body: b'{"floatingip": {"id": "eef3cfe0-d663-4789-9e60-09acd62dad14", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "floating_ip_address": "172.35.4.71", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": "2edc28ac-a542-495b-90b1-58462dc1debe", "port_id": "7ffd9730-367d-43b1-af40-908b309e515f", "fixed_ip_address": "172.20.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e6510bf5-c62e-46e0-81de-3e26ff603612", "mac_address": "fa:16:3e:2c:a8:e5", "admin_state_up": true, "status": "ACTIVE", "device_id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-23T21:31:54Z", "updated_at": "2022-07-23T21:32:13Z", "revision_number": 1, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:32:16,234 132217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.71:22' as 'ubuntu' with public key authentication 2022-07-23 21:32:21,418 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.71 ([Errno None] Unable to connect to port 22 on 172.35.4.71). Number attempts: 1. Retry after 2 seconds. 2022-07-23 21:32:24,490 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.71 ([Errno None] Unable to connect to port 22 on 172.35.4.71). Number attempts: 2. Retry after 3 seconds. 2022-07-23 21:32:31,046 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.71 ([Errno None] Unable to connect to port 22 on 172.35.4.71). Number attempts: 3. Retry after 4 seconds. 2022-07-23 21:32:36,584 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.71 ([Errno None] Unable to connect to port 22 on 172.35.4.71). Number attempts: 4. Retry after 5 seconds. 2022-07-23 21:32:42,135 132217 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:32:42,349 132217 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2022-07-23 21:32:42,350 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.71 (Authentication failed.). Number attempts: 5. Retry after 6 seconds. 2022-07-23 21:32:48,865 132217 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:32:48,983 132217 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 21:32:48,983 132217 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.71 successfully created 2022-07-23 21:32:49,084 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85/ips 0.100s 2022-07-23 21:32:49,085 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa988b7b-f8c3-4da4-af08-3b8be3132310', 'x-compute-request-id': 'req-fa988b7b-f8c3-4da4-af08-3b8be3132310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9"}, {"version": 4, "addr": "172.35.4.71"}]}}' 2022-07-23 21:32:49,450 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes 0.363s 2022-07-23 21:32:49,451 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-1504730295"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b350f1-6269-4fa1-a45d-9d59e955eb16', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b350f1-6269-4fa1-a45d-9d59e955eb16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes'} Body: b'{"volume": {"id": "8acbc7b2-d397-4302-939e-fbb86aaec801", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:32:49.331823", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1504730295", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801"}], "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:32:49,733 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801 0.276s 2022-07-23 21:32:49,734 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d31c0103-30dc-4d1a-a754-d4f1238138e0', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d31c0103-30dc-4d1a-a754-d4f1238138e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801'} Body: b'{"volume": {"id": "8acbc7b2-d397-4302-939e-fbb86aaec801", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:32:49.000000", "updated_at": "2022-07-23T21:32:50.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1504730295", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801"}], "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:32:50,795 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801 0.053s 2022-07-23 21:32:50,795 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5917e6c-f4ae-4cb7-a8cc-a66103fe87e7', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5917e6c-f4ae-4cb7-a8cc-a66103fe87e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801'} Body: b'{"volume": {"id": "8acbc7b2-d397-4302-939e-fbb86aaec801", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:32:49.000000", "updated_at": "2022-07-23T21:32:50.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1504730295", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/8acbc7b2-d397-4302-939e-fbb86aaec801"}], "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:32:50,946 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.142s 2022-07-23 21:32:50,947 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17f5c151-d7f7-4c77-ad2b-35d2113c6056', 'x-compute-request-id': 'req-17f5c151-d7f7-4c77-ad2b-35d2113c6056', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'' 2022-07-23 21:32:51,116 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.169s 2022-07-23 21:32:51,116 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1680', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5c5d0cb-1827-4de0-9215-fe5c150e8a55', 'x-compute-request-id': 'req-c5c5d0cb-1827-4de0-9215-fe5c150e8a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:32:51Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:a8:e5"}, {"version": 4, "addr": "172.35.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:a8:e5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": "2022-07-23T21:32:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:52,329 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.204s 2022-07-23 21:32:52,330 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1680', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9031956d-340e-48a8-b450-4b4dee938b19', 'x-compute-request-id': 'req-9031956d-340e-48a8-b450-4b4dee938b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:32:51Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:a8:e5"}, {"version": 4, "addr": "172.35.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:a8:e5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": "2022-07-23T21:32:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1957009484"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:53,451 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.112s 2022-07-23 21:32:53,451 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1612', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b01aade6-5cec-4b35-bac5-1bc8ed00d5e3', 'x-compute-request-id': 'req-b01aade6-5cec-4b35-bac5-1bc8ed00d5e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"server": {"id": "f66b6134-b8aa-4df7-9905-b7488fe6bc85", "name": "tempest-AttachVolumeNegativeTest-server-1910983400", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:31:56Z", "updated": "2022-07-23T21:32:51Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:a8:e5"}, {"version": 4, "addr": "172.35.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:a8:e5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-755336650", "OS-SRV-USG:launched_at": "2022-07-23T21:32:10.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:32:54,553 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85 0.093s 2022-07-23 21:32:54,553 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b60bc60e-8ad9-48e4-9c54-f5d44f7211d6', 'x-compute-request-id': 'req-b60bc60e-8ad9-48e4-9c54-f5d44f7211d6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/f66b6134-b8aa-4df7-9905-b7488fe6bc85'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f66b6134-b8aa-4df7-9905-b7488fe6bc85 could not be found."}}' 2022-07-23 21:32:54,892 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-755336650 0.338s 2022-07-23 21:32:54,892 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-730e9897-9fdf-4c2f-a68d-d6a560072fac', 'x-compute-request-id': 'req-730e9897-9fdf-4c2f-a68d-d6a560072fac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-755336650'} Body: b'' 2022-07-23 21:32:55,095 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/security-groups/ca32340f-3149-4c94-aa4e-2c6d8e12e841 0.202s 2022-07-23 21:32:55,096 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-38b922d3-77d3-4c24-b25e-0ee1e66441cc', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:32:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/ca32340f-3149-4c94-aa4e-2c6d8e12e841'} Body: b'' 2022-07-23 21:32:55,146 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.17:9696/v2.0/security-groups/ca32340f-3149-4c94-aa4e-2c6d8e12e841 0.049s 2022-07-23 21:32:55,146 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-583cef41-5cf9-4aed-9fae-16c8ad0b4196', 'date': 'Sat, 23 Jul 2022 21:32:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/ca32340f-3149-4c94-aa4e-2c6d8e12e841'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ca32340f-3149-4c94-aa4e-2c6d8e12e841 does not exist", "detail": ""}}' 2022-07-23 21:32:56,324 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/floatingips/eef3cfe0-d663-4789-9e60-09acd62dad14 1.177s 2022-07-23 21:32:56,324 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-634c9d9c-c6a4-4c71-83df-b91aec5c7818', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:32:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/eef3cfe0-d663-4789-9e60-09acd62dad14'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8acbc7b2-d397-4302-939e-fbb86aaec801 failed to build and is in ERROR status |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft24.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:32:56,329 132217 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-23 21:32:56,329 132217 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-23 21:32:56,393 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.061s 2022-07-23 21:32:56,394 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1454771714", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD3jBtJP+k4s+3BVUHo2ylz7zeQakX/HZMf54wlPJeFKuq0yQ/v7hYvjCHS9M5y/LfSLd++NHUiIkopkB+GnPsYSUPmuhl1BJaHQdnQ1br6TFngLpaiNrc8wAe/w/A5XpQ=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0ff4c2c-85d2-49d5-8d57-64893528334a', 'x-compute-request-id': 'req-e0ff4c2c-85d2-49d5-8d57-64893528334a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1454771714", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD3jBtJP+k4s+3BVUHo2ylz7zeQakX/HZMf54wlPJeFKuq0yQ/v7hYvjCHS9M5y/LfSLd++NHUiIkopkB+GnPsYSUPmuhl1BJaHQdnQ1br6TFngLpaiNrc8wAe/w/A5XpQ==", "fingerprint": "8d:e2:48:e0:56:40:98:c8:5e:e7:4c:c6:59:cb:14:b0", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144"}}' 2022-07-23 21:32:56,396 132217 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1454771714 created 2022-07-23 21:32:56,561 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-groups 0.164s 2022-07-23 21:32:56,562 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--1689237686", "description": "tempest-description--451964953"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-3d246ef9-e814-4ff4-aa1a-af777ce00371', 'date': 'Sat, 23 Jul 2022 21:32:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "f52e04ed-9e00-4039-9f1f-a9f437f2d644", "name": "tempest-securitygroup--1689237686", "stateful": true, "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "description": "tempest-description--451964953", "shared": false, "security_group_rules": [{"id": "2472765b-99aa-4d61-b09f-723494e44e2f", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "f52e04ed-9e00-4039-9f1f-a9f437f2d644", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2210, "description": null, "tags": [], "created_at": "2022-07-23T21:32:56Z", "updated_at": "2022-07-23T21:32:56Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}, {"id": "e78ee2c7-2bad-4f80-a8ae-d920abac8236", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "f52e04ed-9e00-4039-9f1f-a9f437f2d644", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2208, "description": null, "tags": [], "created_at": "2022-07-23T21:32:56Z", "updated_at": "2022-07-23T21:32:56Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}], "tags": [], "created_at": "2022-07-23T21:32:56Z", "updated_at": "2022-07-23T21:32:56Z", "revision_number": 1, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:32:56,713 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.150s 2022-07-23 21:32:56,713 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f52e04ed-9e00-4039-9f1f-a9f437f2d644", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-6ba7a452-9cb0-4b54-9050-44063cdc780f', 'date': 'Sat, 23 Jul 2022 21:32:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "16063b89-8693-460c-b1cc-f2b26ce59ecd", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "f52e04ed-9e00-4039-9f1f-a9f437f2d644", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:32:56Z", "updated_at": "2022-07-23T21:32:56Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:32:56,917 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.203s 2022-07-23 21:32:56,917 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "f52e04ed-9e00-4039-9f1f-a9f437f2d644", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-907a95f6-320a-435c-b192-981d079b45da', 'date': 'Sat, 23 Jul 2022 21:32:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c9df6c48-128c-4f71-a974-2f9944f37860", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "security_group_id": "f52e04ed-9e00-4039-9f1f-a9f437f2d644", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T21:32:56Z", "updated_at": "2022-07-23T21:32:56Z", "revision_number": 0, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:32:56,918 132217 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1689237686 created 2022-07-23 21:32:58,247 132217 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.17:9696/v2.0/floatingips 1.328s 2022-07-23 21:32:58,247 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-2b8f82a3-d3dd-4bf2-bd06-4cdefb68d434', 'date': 'Sat, 23 Jul 2022 21:32:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1758d643-a1b6-48db-8a0a-51940b8b372c", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "floating_ip_address": "172.35.4.171", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-23T21:32:57Z", "updated_at": "2022-07-23T21:32:57Z", "revision_number": 0}}' 2022-07-23 21:32:58,247 132217 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1758d643-a1b6-48db-8a0a-51940b8b372c', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'floating_ip_address': '172.35.4.171', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:32:57Z', 'updated_at': '2022-07-23T21:32:57Z', 'revision_number': 0, 'ip': '172.35.4.171'} created 2022-07-23 21:32:58,369 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.115s 2022-07-23 21:32:58,369 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3f645af8-01a1-4493-8cf4-204e585599ab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "37b1e260651b4dffa7c1efe8e9d0f144", "name": "tempest-AttachVolumeNegativeTest-319311902-project", "password_expires_at": null}, "audit_ids": ["ibkZ1ms3SZS0nl2Ix0GINg"], "expires_at": "2022-07-23T22:32:58.000000Z", "issued_at": "2022-07-23T21:32:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "name": "tempest-AttachVolumeNegativeTest-319311902"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/ebcf55bcaba04bf8ae8a9b2ac09e8d98", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 21:32:58,370 132217 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'e6510bf5-c62e-46e0-81de-3e26ff603612', 'name': 'tempest-AttachVolumeNegativeTest-179490236-network', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 155, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T21:30:13Z', 'updated_at': '2022-07-23T21:30:13Z', 'revision_number': 1} available for tenant 2022-07-23 21:32:58,370 132217 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1454771714', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD3jBtJP+k4s+3BVUHo2ylz7zeQakX/HZMf54wlPJeFKuq0yQ/v7hYvjCHS9M5y/LfSLd++NHUiIkopkB+GnPsYSUPmuhl1BJaHQdnQ1br6TFngLpaiNrc8wAe/w/A5XpQ==', 'fingerprint': '8d:e2:48:e0:56:40:98:c8:5e:e7:4c:c6:59:cb:14:b0', 'user_id': '37b1e260651b4dffa7c1efe8e9d0f144', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDEl4d+Y5gIzPJER81IYj0wMLqz8qOTe2y0YMpsm3GwHCselO4shWf2\n8WWuKLLfJGWgBwYFK4EEACKhZANiAAQ94wbST/pOLPtwVVB6Nspc+83kGpF/x2TH\n+eMJTyXhSrqtMkP7+4WL4wh0vTOcvy30i3fvjR1IiJKKZAfhpz7GElD5roZdQSWh\n0HZ0NW6+kxZ4C6Woja3PMAHv8PwOV6U=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f52e04ed-9e00-4039-9f1f-a9f437f2d644', 'name': 'tempest-securitygroup--1689237686', 'stateful': True, 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'description': 'tempest-description--451964953', 'shared': False, 'security_group_rules': [{'id': '2472765b-99aa-4d61-b09f-723494e44e2f', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'security_group_id': 'f52e04ed-9e00-4039-9f1f-a9f437f2d644', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2210, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:32:56Z', 'updated_at': '2022-07-23T21:32:56Z', 'revision_number': 0, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98'}, {'id': 'e78ee2c7-2bad-4f80-a8ae-d920abac8236', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'security_group_id': 'f52e04ed-9e00-4039-9f1f-a9f437f2d644', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 2208, 'description': None, 'tags': [], 'created_at': '2022-07-23T21:32:56Z', 'updated_at': '2022-07-23T21:32:56Z', 'revision_number': 0, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98'}], 'tags': [], 'created_at': '2022-07-23T21:32:56Z', 'updated_at': '2022-07-23T21:32:56Z', 'revision_number': 1, 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98'}, 'floating_ip': {'id': '1758d643-a1b6-48db-8a0a-51940b8b372c', 'tenant_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'floating_ip_address': '172.35.4.171', 'floating_network_id': 'b6eef43f-b538-43c4-bcc2-ec59ff7e8610', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ebcf55bcaba04bf8ae8a9b2ac09e8d98', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-23T21:32:57Z', 'updated_at': '2022-07-23T21:32:57Z', 'revision_number': 0, 'ip': '172.35.4.171'}} 2022-07-23 21:32:59,539 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.17/compute/v2.1/servers 1.168s 2022-07-23 21:32:59,539 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1773955393", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "e6510bf5-c62e-46e0-81de-3e26ff603612"}], "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "key_name": "tempest-keypair-1454771714", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bc972ca-19d6-4033-b3cc-3c737de28025', 'x-compute-request-id': 'req-2bc972ca-19d6-4033-b3cc-3c737de28025', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "adminPass": "password"}}' 2022-07-23 21:32:59,766 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.224s 2022-07-23 21:32:59,766 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-735af3b8-0f5e-4e1c-9146-873ba429344e', 'x-compute-request-id': 'req-735af3b8-0f5e-4e1c-9146-873ba429344e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:32:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:00,968 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.193s 2022-07-23 21:33:00,968 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90aa0513-c854-4369-8e29-390cb4903bd7', 'x-compute-request-id': 'req-90aa0513-c854-4369-8e29-390cb4903bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:00,976 132217 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-23 21:33:02,103 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.126s 2022-07-23 21:33:02,104 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1300', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5bb1214-3f54-45eb-8e01-78888acb0e80', 'x-compute-request-id': 'req-a5bb1214-3f54-45eb-8e01-78888acb0e80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:02,111 132217 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-07-23 21:33:03,209 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.097s 2022-07-23 21:33:03,210 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1300', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff7b2561-a681-4546-a94a-d1f021d3577d', 'x-compute-request-id': 'req-ff7b2561-a681-4546-a94a-d1f021d3577d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:04,880 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.662s 2022-07-23 21:33:04,881 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c35d64e-8f3c-448b-9fb3-dc14ef352668', 'x-compute-request-id': 'req-3c35d64e-8f3c-448b-9fb3-dc14ef352668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:06,748 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.859s 2022-07-23 21:33:06,748 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d56a8031-b740-4430-9f92-75a7418cc794', 'x-compute-request-id': 'req-d56a8031-b740-4430-9f92-75a7418cc794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:08,019 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.262s 2022-07-23 21:33:08,019 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b06ee1a-bf24-4d12-a2a3-8adf336277b7', 'x-compute-request-id': 'req-1b06ee1a-bf24-4d12-a2a3-8adf336277b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:09,963 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.933s 2022-07-23 21:33:09,963 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f835ef6-c052-4d3d-8a6a-416245e34cc0', 'x-compute-request-id': 'req-9f835ef6-c052-4d3d-8a6a-416245e34cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:11,618 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.646s 2022-07-23 21:33:11,619 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cef84d3f-8cba-4eb9-9089-0af4e0c5fe84', 'x-compute-request-id': 'req-cef84d3f-8cba-4eb9-9089-0af4e0c5fe84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:12,870 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.243s 2022-07-23 21:33:12,870 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eded2c0-b7c8-488f-8f09-bba43952eea3', 'x-compute-request-id': 'req-0eded2c0-b7c8-488f-8f09-bba43952eea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:14,103 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.224s 2022-07-23 21:33:14,104 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57c20d5c-f6c9-4943-8780-39cc375d3aae', 'x-compute-request-id': 'req-57c20d5c-f6c9-4943-8780-39cc375d3aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:15,602 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.489s 2022-07-23 21:33:15,602 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6da63854-6c2f-4f1a-a308-a7c6226fe7b8', 'x-compute-request-id': 'req-6da63854-6c2f-4f1a-a308-a7c6226fe7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "BUILD", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:17,124 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.514s 2022-07-23 21:33:17,124 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-315bb273-d7c2-474b-988c-03809586b422', 'x-compute-request-id': 'req-315bb273-d7c2-474b-988c-03809586b422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:f6:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": "2022-07-23T21:33:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:17,131 132217 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait 2022-07-23 21:33:17,384 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67/os-interface 0.252s 2022-07-23 21:33:17,384 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-268093ab-df36-4ad8-9fb4-43c797aa801f', 'x-compute-request-id': 'req-268093ab-df36-4ad8-9fb4-43c797aa801f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e6510bf5-c62e-46e0-81de-3e26ff603612", "port_id": "b588225a-63d8-48d9-a3c7-0823a9dd1533", "mac_addr": "fa:16:3e:1d:f6:e4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dea95318-32b6-4713-8f29-3c4c243e21b8", "ip_address": "172.20.0.9"}]}]}' 2022-07-23 21:33:19,649 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.222.0.17:9696/v2.0/floatingips/1758d643-a1b6-48db-8a0a-51940b8b372c 2.260s 2022-07-23 21:33:19,649 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "b588225a-63d8-48d9-a3c7-0823a9dd1533"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-42964fc6-72f1-47d8-ae10-1c03db728a1c', 'date': 'Sat, 23 Jul 2022 21:33:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/1758d643-a1b6-48db-8a0a-51940b8b372c'} Body: b'{"floatingip": {"id": "1758d643-a1b6-48db-8a0a-51940b8b372c", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "floating_ip_address": "172.35.4.171", "floating_network_id": "b6eef43f-b538-43c4-bcc2-ec59ff7e8610", "router_id": "2edc28ac-a542-495b-90b1-58462dc1debe", "port_id": "b588225a-63d8-48d9-a3c7-0823a9dd1533", "fixed_ip_address": "172.20.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e6510bf5-c62e-46e0-81de-3e26ff603612", "mac_address": "fa:16:3e:1d:f6:e4", "admin_state_up": true, "status": "ACTIVE", "device_id": "bbee3556-287f-42a5-a6a8-84356c840b67", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-23T21:32:57Z", "updated_at": "2022-07-23T21:33:18Z", "revision_number": 1, "project_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:33:19,650 132217 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.35.4.171:22' as 'ubuntu' with public key authentication 2022-07-23 21:33:38,086 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.171 ([Errno None] Unable to connect to port 22 on 172.35.4.171). Number attempts: 1. Retry after 2 seconds. 2022-07-23 21:33:40,591 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.171 ([Errno None] Unable to connect to port 22 on 172.35.4.171). Number attempts: 2. Retry after 3 seconds. 2022-07-23 21:33:44,100 132217 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.35.4.171 ([Errno None] Unable to connect to port 22 on 172.35.4.171). Number attempts: 3. Retry after 4 seconds. 2022-07-23 21:33:48,658 132217 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-23 21:33:49,026 132217 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-23 21:33:49,026 132217 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.35.4.171 successfully created 2022-07-23 21:33:49,080 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67/ips 0.053s 2022-07-23 21:33:49,081 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '149', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58df5f75-50dd-4295-8492-503da07f9a85', 'x-compute-request-id': 'req-58df5f75-50dd-4295-8492-503da07f9a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9"}, {"version": 4, "addr": "172.35.4.171"}]}}' 2022-07-23 21:33:49,352 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes 0.268s 2022-07-23 21:33:49,352 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-1191029700"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d9aa3ca-f959-41b0-a9b8-1a29153a7971', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d9aa3ca-f959-41b0-a9b8-1a29153a7971', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes'} Body: b'{"volume": {"id": "9ec414e2-89f2-4071-9e97-f6b41eea9a6e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:33:49.251601", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1191029700", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e"}], "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:33:49,425 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e 0.066s 2022-07-23 21:33:49,426 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c5326c-f5ee-4d70-91e8-703879d30c16', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c5326c-f5ee-4d70-91e8-703879d30c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e'} Body: b'{"volume": {"id": "9ec414e2-89f2-4071-9e97-f6b41eea9a6e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:33:49.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1191029700", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e"}], "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:33:50,480 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e 0.046s 2022-07-23 21:33:50,480 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e434fb6f-13f6-4043-bc22-61fdf2beca03', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e434fb6f-13f6-4043-bc22-61fdf2beca03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e'} Body: b'{"volume": {"id": "9ec414e2-89f2-4071-9e97-f6b41eea9a6e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:33:49.000000", "updated_at": "2022-07-23T21:33:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1191029700", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ebcf55bcaba04bf8ae8a9b2ac09e8d98/volumes/9ec414e2-89f2-4071-9e97-f6b41eea9a6e"}], "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98"}}' 2022-07-23 21:33:50,627 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.139s 2022-07-23 21:33:50,627 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c68b9423-2e6f-4fea-aec5-ff1473c6d5f8', 'x-compute-request-id': 'req-c68b9423-2e6f-4fea-aec5-ff1473c6d5f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'' 2022-07-23 21:33:50,815 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.187s 2022-07-23 21:33:50,815 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-546c58a6-025e-45e2-955c-aa19d3cc1c9a', 'x-compute-request-id': 'req-546c58a6-025e-45e2-955c-aa19d3cc1c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:51Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:f6:e4"}, {"version": 4, "addr": "172.35.4.171", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:f6:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": "2022-07-23T21:33:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:52,055 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.231s 2022-07-23 21:33:52,056 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edd6037b-38a6-4eb6-b81c-57a774dd4544', 'x-compute-request-id': 'req-edd6037b-38a6-4eb6-b81c-57a774dd4544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:51Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:f6:e4"}, {"version": 4, "addr": "172.35.4.171", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:f6:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": "2022-07-23T21:33:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1689237686"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:53,230 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.166s 2022-07-23 21:33:53,230 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1614', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95a52fe4-6661-42e7-8a01-dca150408061', 'x-compute-request-id': 'req-95a52fe4-6661-42e7-8a01-dca150408061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"server": {"id": "bbee3556-287f-42a5-a6a8-84356c840b67", "name": "tempest-AttachVolumeNegativeTest-server-1773955393", "status": "ACTIVE", "tenant_id": "ebcf55bcaba04bf8ae8a9b2ac09e8d98", "user_id": "37b1e260651b4dffa7c1efe8e9d0f144", "metadata": {}, "hostId": "45372996cebc4a50fd312792b90b2ab40e194091e8693dbef4861a1a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:32:59Z", "updated": "2022-07-23T21:33:51Z", "addresses": {"tempest-AttachVolumeNegativeTest-179490236-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:f6:e4"}, {"version": 4, "addr": "172.35.4.171", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:f6:e4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/bbee3556-287f-42a5-a6a8-84356c840b67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1454771714", "OS-SRV-USG:launched_at": "2022-07-23T21:33:15.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:33:54,308 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67 0.069s 2022-07-23 21:33:54,309 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-8298ed75-44c8-4bef-9f78-efa588461cb3', 'x-compute-request-id': 'req-8298ed75-44c8-4bef-9f78-efa588461cb3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/bbee3556-287f-42a5-a6a8-84356c840b67'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bbee3556-287f-42a5-a6a8-84356c840b67 could not be found."}}' 2022-07-23 21:33:54,355 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-1454771714 0.045s 2022-07-23 21:33:54,355 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17636d6f-ed3a-41e7-97f9-1890f7284ffa', 'x-compute-request-id': 'req-17636d6f-ed3a-41e7-97f9-1890f7284ffa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-keypair-1454771714'} Body: b'' 2022-07-23 21:33:54,558 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/security-groups/f52e04ed-9e00-4039-9f1f-a9f437f2d644 0.202s 2022-07-23 21:33:54,558 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-89cc5bfb-23fd-42c3-8fa8-4dfb615ab720', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:33:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/f52e04ed-9e00-4039-9f1f-a9f437f2d644'} Body: b'' 2022-07-23 21:33:54,596 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.17:9696/v2.0/security-groups/f52e04ed-9e00-4039-9f1f-a9f437f2d644 0.037s 2022-07-23 21:33:54,597 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-99442414-4d2e-45a6-8086-9122e8715a69', 'date': 'Sat, 23 Jul 2022 21:33:54 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/f52e04ed-9e00-4039-9f1f-a9f437f2d644'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f52e04ed-9e00-4039-9f1f-a9f437f2d644 does not exist", "detail": ""}}' 2022-07-23 21:33:55,191 132217 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/floatingips/1758d643-a1b6-48db-8a0a-51940b8b372c 0.593s 2022-07-23 21:33:55,191 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-7f40821e-2405-46e2-aa49-056254d69889', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 21:33:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/floatingips/1758d643-a1b6-48db-8a0a-51940b8b372c'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9ec414e2-89f2-4071-9e97-f6b41eea9a6e failed to build and is in ERROR status |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
fail
ft25.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:34:39,916 132212 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.222.0.17/compute/v2.1/os-volumes 0.902s 2022-07-23 21:34:39,916 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesSnapshotsTestJSON-volume-1249975075"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '338', 'location': 'http://10.222.0.17/compute/v2.1/os-volumes/2632ea0e-32de-4dc5-99e4-12c8d6daa898', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b92ce337-a909-4b65-8a2a-d3c3fca6c4c0', 'x-compute-request-id': 'req-b92ce337-a909-4b65-8a2a-d3c3fca6c4c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "2632ea0e-32de-4dc5-99e4-12c8d6daa898", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2022-07-23T21:34:39.640180", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1249975075", "displayDescription": null, "volumeType": "ceph", "snapshotId": null, "metadata": {}}}' 2022-07-23 21:34:40,024 132212 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 GET http://10.222.0.17/compute/v2.1/os-volumes/2632ea0e-32de-4dc5-99e4-12c8d6daa898 0.105s 2022-07-23 21:34:40,025 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88782b92-3abe-4481-8eba-6bdd3ed2f2fa', 'x-compute-request-id': 'req-88782b92-3abe-4481-8eba-6bdd3ed2f2fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-volumes/2632ea0e-32de-4dc5-99e4-12c8d6daa898'} Body: b'{"volume": {"id": "2632ea0e-32de-4dc5-99e4-12c8d6daa898", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2022-07-23T21:34:40.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1249975075", "displayDescription": null, "volumeType": "ceph", "snapshotId": null, "metadata": {}}}' 2022-07-23 21:34:41,119 132212 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 GET http://10.222.0.17/compute/v2.1/os-volumes/2632ea0e-32de-4dc5-99e4-12c8d6daa898 0.090s 2022-07-23 21:34:41,119 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '335', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a21fc0f5-cf87-4c1d-90d2-e4a1cc8f692a', 'x-compute-request-id': 'req-a21fc0f5-cf87-4c1d-90d2-e4a1cc8f692a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-volumes/2632ea0e-32de-4dc5-99e4-12c8d6daa898'} Body: b'{"volume": {"id": "2632ea0e-32de-4dc5-99e4-12c8d6daa898", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2022-07-23T21:34:40.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1249975075", "displayDescription": null, "volumeType": "ceph", "snapshotId": null, "metadata": {}}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2632ea0e-32de-4dc5-99e4-12c8d6daa898 failed to build and is in ERROR status |
||||||
tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
fail
ft26.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:33:38,501 132213 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.222.0.17/compute/v2.1/os-volumes 0.446s 2022-07-23 21:33:38,502 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesGetTestJSON-Volume-539630675", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '345', 'location': 'http://10.222.0.17/compute/v2.1/os-volumes/fc108528-d315-4d1a-a09e-998952ad9215', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7fc4f52-29bf-46de-9dcc-e3ff750926ca', 'x-compute-request-id': 'req-a7fc4f52-29bf-46de-9dcc-e3ff750926ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "fc108528-d315-4d1a-a09e-998952ad9215", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2022-07-23T21:33:38.366115", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-539630675", "displayDescription": null, "volumeType": "ceph", "snapshotId": null, "metadata": {"Type": "work"}}}' 2022-07-23 21:33:38,590 132213 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 GET http://10.222.0.17/compute/v2.1/os-volumes/fc108528-d315-4d1a-a09e-998952ad9215 0.084s 2022-07-23 21:33:38,590 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5026923-7fdb-4c77-85be-9afee933df2f', 'x-compute-request-id': 'req-f5026923-7fdb-4c77-85be-9afee933df2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-volumes/fc108528-d315-4d1a-a09e-998952ad9215'} Body: b'{"volume": {"id": "fc108528-d315-4d1a-a09e-998952ad9215", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2022-07-23T21:33:38.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-539630675", "displayDescription": null, "volumeType": "ceph", "snapshotId": null, "metadata": {"Type": "work"}}}' 2022-07-23 21:33:39,653 132213 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 GET http://10.222.0.17/compute/v2.1/os-volumes/fc108528-d315-4d1a-a09e-998952ad9215 0.058s 2022-07-23 21:33:39,654 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afd9aa48-134f-48d4-84e9-5c83aece3605', 'x-compute-request-id': 'req-afd9aa48-134f-48d4-84e9-5c83aece3605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-volumes/fc108528-d315-4d1a-a09e-998952ad9215'} Body: b'{"volume": {"id": "fc108528-d315-4d1a-a09e-998952ad9215", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2022-07-23T21:33:38.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-539630675", "displayDescription": null, "volumeType": "ceph", "snapshotId": null, "metadata": {"Type": "work"}}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fc108528-d315-4d1a-a09e-998952ad9215 failed to build and is in ERROR status |
||||||
tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt27.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
fail
ft27.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
fail
ft28.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:14,345 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/types 0.130s 2022-07-23 21:38:14,345 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-915631688"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47edd8d-240b-4f2a-b6bf-0d569b5f5155', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47edd8d-240b-4f2a-b6bf-0d569b5f5155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/types'} Body: b'{"volume_type": {"id": "e6ecd764-fb48-43d9-a5a1-ca89e62a78ec", "name": "tempest-GroupSnapshotsTest-volume-type-915631688", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 21:38:14,399 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types 0.051s 2022-07-23 21:38:14,399 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1174621127"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-befc0169-0ede-40d9-81b0-1c6c3884d556', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-befc0169-0ede-40d9-81b0-1c6c3884d556', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types'} Body: b'{"group_type": {"id": "ee98df4d-cd8e-4ffe-b183-f8bcbc0daac0", "name": "tempest-GroupSnapshotsTest-group-type-1174621127", "description": null, "is_public": true, "group_specs": {}}}' 2022-07-23 21:38:14,623 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups 0.221s 2022-07-23 21:38:14,623 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "ee98df4d-cd8e-4ffe-b183-f8bcbc0daac0", "volume_types": ["e6ecd764-fb48-43d9-a5a1-ca89e62a78ec"], "name": "tempest-GroupSnapshotsTest-Group-862994964"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-363f243c-703e-4a8a-a72c-3b464ebd8101', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-363f243c-703e-4a8a-a72c-3b464ebd8101', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups'} Body: b'{"group": {"id": "1553f3e1-ac1c-4397-81ec-ad7250fb728f", "name": "tempest-GroupSnapshotsTest-Group-862994964"}}' 2022-07-23 21:38:14,700 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/1553f3e1-ac1c-4397-81ec-ad7250fb728f 0.076s 2022-07-23 21:38:14,701 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3688d2-1f0b-4cf6-ab8e-76e01020e8bb', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3688d2-1f0b-4cf6-ab8e-76e01020e8bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/1553f3e1-ac1c-4397-81ec-ad7250fb728f'} Body: b'{"group": {"id": "1553f3e1-ac1c-4397-81ec-ad7250fb728f", "status": "error", "availability_zone": "nova", "created_at": "2022-07-23T21:38:15.000000", "name": "tempest-GroupSnapshotsTest-Group-862994964", "description": null, "group_type": "ee98df4d-cd8e-4ffe-b183-f8bcbc0daac0", "volume_types": ["e6ecd764-fb48-43d9-a5a1-ca89e62a78ec"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:38:15,740 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/1553f3e1-ac1c-4397-81ec-ad7250fb728f 0.035s 2022-07-23 21:38:15,741 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df5958f0-9c78-43f3-8f2b-2ab0b99c06fe', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df5958f0-9c78-43f3-8f2b-2ab0b99c06fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/1553f3e1-ac1c-4397-81ec-ad7250fb728f'} Body: b'{"group": {"id": "1553f3e1-ac1c-4397-81ec-ad7250fb728f", "status": "error", "availability_zone": "nova", "created_at": "2022-07-23T21:38:15.000000", "name": "tempest-GroupSnapshotsTest-Group-862994964", "description": null, "group_type": "ee98df4d-cd8e-4ffe-b183-f8bcbc0daac0", "volume_types": ["e6ecd764-fb48-43d9-a5a1-ca89e62a78ec"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:38:15,859 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/volumes/detail 0.110s 2022-07-23 21:38:15,859 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31334dd5-7024-45df-aeb3-375d725735e0', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31334dd5-7024-45df-aeb3-375d725735e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/volumes/detail'} Body: b'{"volumes": []}' 2022-07-23 21:38:15,975 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/1553f3e1-ac1c-4397-81ec-ad7250fb728f/action 0.109s 2022-07-23 21:38:15,975 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e549a478-b698-45b7-9910-39df8f9be1d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/1553f3e1-ac1c-4397-81ec-ad7250fb728f/action'} Body: b'' 2022-07-23 21:38:16,041 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/1553f3e1-ac1c-4397-81ec-ad7250fb728f 0.065s 2022-07-23 21:38:16,042 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc7cea9-f240-4cdb-ac0e-036f9fe35ffd', 'x-openstack-request-id': 'req-cdc7cea9-f240-4cdb-ac0e-036f9fe35ffd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/1553f3e1-ac1c-4397-81ec-ad7250fb728f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1553f3e1-ac1c-4397-81ec-ad7250fb728f could not be found."}}' 2022-07-23 21:38:16,079 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types/ee98df4d-cd8e-4ffe-b183-f8bcbc0daac0 0.036s 2022-07-23 21:38:16,079 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d49310dd-ab1a-4d19-b51d-75bcf083a918', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types/ee98df4d-cd8e-4ffe-b183-f8bcbc0daac0'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 153, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 226, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 1553f3e1-ac1c-4397-81ec-ad7250fb728f failed to build and is in ERROR status |
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
fail
ft28.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:16,117 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/types 0.035s 2022-07-23 21:38:16,117 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-959781145"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-708af87d-451c-485f-8fa2-fd4427ec9eef', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-708af87d-451c-485f-8fa2-fd4427ec9eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/types'} Body: b'{"volume_type": {"id": "3ee76936-0767-4887-8875-c3c0d1e5e7c6", "name": "tempest-GroupSnapshotsTest-volume-type-959781145", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 21:38:16,159 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types 0.039s 2022-07-23 21:38:16,159 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1576167242"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6afba31-f0b1-4d2e-b1b2-446a8ff8d5be', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6afba31-f0b1-4d2e-b1b2-446a8ff8d5be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types'} Body: b'{"group_type": {"id": "13cfe7f2-a03b-4ced-8613-43231d327b69", "name": "tempest-GroupSnapshotsTest-group-type-1576167242", "description": null, "is_public": true, "group_specs": {}}}' 2022-07-23 21:38:16,271 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups 0.109s 2022-07-23 21:38:16,271 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "13cfe7f2-a03b-4ced-8613-43231d327b69", "volume_types": ["3ee76936-0767-4887-8875-c3c0d1e5e7c6"], "name": "tempest-GroupSnapshotsTest-Group-1258580814"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab71b520-6ab5-4dcb-ba5c-6379d57e236c', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab71b520-6ab5-4dcb-ba5c-6379d57e236c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups'} Body: b'{"group": {"id": "003d8cc2-08d7-4344-966b-77a90e4ef2bd", "name": "tempest-GroupSnapshotsTest-Group-1258580814"}}' 2022-07-23 21:38:16,310 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/003d8cc2-08d7-4344-966b-77a90e4ef2bd 0.037s 2022-07-23 21:38:16,310 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b9d933-9e09-4512-90a2-2cf1b8308fd0', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b9d933-9e09-4512-90a2-2cf1b8308fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/003d8cc2-08d7-4344-966b-77a90e4ef2bd'} Body: b'{"group": {"id": "003d8cc2-08d7-4344-966b-77a90e4ef2bd", "status": "creating", "availability_zone": "nova", "created_at": "2022-07-23T21:38:16.000000", "name": "tempest-GroupSnapshotsTest-Group-1258580814", "description": null, "group_type": "13cfe7f2-a03b-4ced-8613-43231d327b69", "volume_types": ["3ee76936-0767-4887-8875-c3c0d1e5e7c6"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:38:17,349 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/003d8cc2-08d7-4344-966b-77a90e4ef2bd 0.035s 2022-07-23 21:38:17,350 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b343bbac-6e9f-4aed-9204-a00a7d133577', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b343bbac-6e9f-4aed-9204-a00a7d133577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/003d8cc2-08d7-4344-966b-77a90e4ef2bd'} Body: b'{"group": {"id": "003d8cc2-08d7-4344-966b-77a90e4ef2bd", "status": "error", "availability_zone": "nova", "created_at": "2022-07-23T21:38:16.000000", "name": "tempest-GroupSnapshotsTest-Group-1258580814", "description": null, "group_type": "13cfe7f2-a03b-4ced-8613-43231d327b69", "volume_types": ["3ee76936-0767-4887-8875-c3c0d1e5e7c6"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:38:17,352 132203 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2022-07-23 21:38:17,851 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/volumes/detail 0.497s 2022-07-23 21:38:17,851 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c4930cf-2b7d-4cec-b7c9-f370eb46b65d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c4930cf-2b7d-4cec-b7c9-f370eb46b65d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/volumes/detail'} Body: b'{"volumes": []}' 2022-07-23 21:38:17,996 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/003d8cc2-08d7-4344-966b-77a90e4ef2bd/action 0.137s 2022-07-23 21:38:17,996 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ee5307-dbd9-40d1-b73a-3613258909b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/003d8cc2-08d7-4344-966b-77a90e4ef2bd/action'} Body: b'' 2022-07-23 21:38:18,014 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/003d8cc2-08d7-4344-966b-77a90e4ef2bd 0.017s 2022-07-23 21:38:18,014 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-6025851f-5544-43c6-86c6-1cd055378ecd', 'x-openstack-request-id': 'req-6025851f-5544-43c6-86c6-1cd055378ecd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/003d8cc2-08d7-4344-966b-77a90e4ef2bd'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 003d8cc2-08d7-4344-966b-77a90e4ef2bd could not be found."}}' 2022-07-23 21:38:18,050 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types/13cfe7f2-a03b-4ced-8613-43231d327b69 0.035s 2022-07-23 21:38:18,051 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f434cbf-7551-45eb-b306-d4d77f6047da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types/13cfe7f2-a03b-4ced-8613-43231d327b69'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 208, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 226, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 003d8cc2-08d7-4344-966b-77a90e4ef2bd failed to build and is in ERROR status |
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
fail
ft28.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:18,102 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/types 0.049s 2022-07-23 21:38:18,103 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1860538789"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5c9fa15-8f23-4acd-9b52-95fde2b1d56c', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5c9fa15-8f23-4acd-9b52-95fde2b1d56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/types'} Body: b'{"volume_type": {"id": "1ae07489-0aba-4ccc-9856-51db272984b7", "name": "tempest-GroupSnapshotsTest-volume-type-1860538789", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 21:38:18,142 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types 0.037s 2022-07-23 21:38:18,143 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1055146458"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae69bd37-14e6-4bc4-95e1-fd6fccc1e6e5', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae69bd37-14e6-4bc4-95e1-fd6fccc1e6e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types'} Body: b'{"group_type": {"id": "e9f2bbab-4b0a-47d7-8262-d4ec3b0fa64c", "name": "tempest-GroupSnapshotsTest-group-type-1055146458", "description": null, "is_public": true, "group_specs": {}}}' 2022-07-23 21:38:18,312 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups 0.167s 2022-07-23 21:38:18,313 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "e9f2bbab-4b0a-47d7-8262-d4ec3b0fa64c", "volume_types": ["1ae07489-0aba-4ccc-9856-51db272984b7"], "name": "tempest-GroupSnapshotsTest-Group-776908453"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab80569-bbfa-4011-939a-1ae8fefb3a38', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab80569-bbfa-4011-939a-1ae8fefb3a38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups'} Body: b'{"group": {"id": "179be926-5f3b-43be-b33a-2f828aeacb4e", "name": "tempest-GroupSnapshotsTest-Group-776908453"}}' 2022-07-23 21:38:18,355 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/179be926-5f3b-43be-b33a-2f828aeacb4e 0.041s 2022-07-23 21:38:18,355 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de7d0721-bc66-4627-964e-cf5772e636b3', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de7d0721-bc66-4627-964e-cf5772e636b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/179be926-5f3b-43be-b33a-2f828aeacb4e'} Body: b'{"group": {"id": "179be926-5f3b-43be-b33a-2f828aeacb4e", "status": "creating", "availability_zone": "nova", "created_at": "2022-07-23T21:38:18.000000", "name": "tempest-GroupSnapshotsTest-Group-776908453", "description": null, "group_type": "e9f2bbab-4b0a-47d7-8262-d4ec3b0fa64c", "volume_types": ["1ae07489-0aba-4ccc-9856-51db272984b7"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:38:19,541 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/179be926-5f3b-43be-b33a-2f828aeacb4e 0.181s 2022-07-23 21:38:19,542 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ad3c6fc-625f-4c24-94ee-dc715ff7e128', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ad3c6fc-625f-4c24-94ee-dc715ff7e128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/179be926-5f3b-43be-b33a-2f828aeacb4e'} Body: b'{"group": {"id": "179be926-5f3b-43be-b33a-2f828aeacb4e", "status": "error", "availability_zone": "nova", "created_at": "2022-07-23T21:38:18.000000", "name": "tempest-GroupSnapshotsTest-Group-776908453", "description": null, "group_type": "e9f2bbab-4b0a-47d7-8262-d4ec3b0fa64c", "volume_types": ["1ae07489-0aba-4ccc-9856-51db272984b7"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:38:19,674 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/volumes/detail 0.129s 2022-07-23 21:38:19,674 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f72174-80a4-4c48-8f61-318753edd0d1', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f72174-80a4-4c48-8f61-318753edd0d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/volumes/detail'} Body: b'{"volumes": []}' 2022-07-23 21:38:19,775 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/179be926-5f3b-43be-b33a-2f828aeacb4e/action 0.094s 2022-07-23 21:38:19,775 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7242e42a-3f5a-4439-b531-72895d13e2cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/179be926-5f3b-43be-b33a-2f828aeacb4e/action'} Body: b'' 2022-07-23 21:38:19,795 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/179be926-5f3b-43be-b33a-2f828aeacb4e 0.019s 2022-07-23 21:38:19,796 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-17d136bc-24bd-484a-943d-ffccc54e0f68', 'x-openstack-request-id': 'req-17d136bc-24bd-484a-943d-ffccc54e0f68', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/7a63929cab2c44139d7465b008310955/groups/179be926-5f3b-43be-b33a-2f828aeacb4e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 179be926-5f3b-43be-b33a-2f828aeacb4e could not be found."}}' 2022-07-23 21:38:19,848 132203 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types/e9f2bbab-4b0a-47d7-8262-d4ec3b0fa64c 0.051s 2022-07-23 21:38:19,848 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80600af3-6939-4f73-a1af-b145dcd638c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/eed4a59d047f4e89a7becd9becd7af63/group_types/e9f2bbab-4b0a-47d7-8262-d4ec3b0fa64c'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 91, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 226, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 179be926-5f3b-43be-b33a-2f828aeacb4e failed to build and is in ERROR status |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
fail
ft29.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 22:04:41,815 132205 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.222.0.17/volume/v3/c1ce1877c6c749948be0c6c218d939c4/types 0.131s 2022-07-23 22:04:41,815 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupSnapshotsV319Test-volume-type-879334663"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10184296-c139-4514-94e0-333d1e067e04', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10184296-c139-4514-94e0-333d1e067e04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/c1ce1877c6c749948be0c6c218d939c4/types'} Body: b'{"volume_type": {"id": "52422935-a6d6-47a7-bf84-155cb3cbcd61", "name": "tempest-GroupSnapshotsV319Test-volume-type-879334663", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 22:04:41,850 132205 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.222.0.17/volume/v3/c1ce1877c6c749948be0c6c218d939c4/group_types 0.032s 2022-07-23 22:04:41,850 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupSnapshotsV319Test-group-type-1436576303"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac0e740-d6ad-434f-8ad4-c661b9c64f15', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac0e740-d6ad-434f-8ad4-c661b9c64f15', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/c1ce1877c6c749948be0c6c218d939c4/group_types'} Body: b'{"group_type": {"id": "7c54d82f-1225-4c31-9376-65e189329822", "name": "tempest-GroupSnapshotsV319Test-group-type-1436576303", "description": null, "is_public": true, "group_specs": {}}}' 2022-07-23 22:04:42,047 132205 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups 0.194s 2022-07-23 22:04:42,047 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "7c54d82f-1225-4c31-9376-65e189329822", "volume_types": ["52422935-a6d6-47a7-bf84-155cb3cbcd61"], "name": "tempest-GroupSnapshotsV319Test-Group-486297337"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e42da76-2858-44eb-b325-9a35e04e0013', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e42da76-2858-44eb-b325-9a35e04e0013', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups'} Body: b'{"group": {"id": "f2a51256-cbfa-450b-8ad0-429701a0efd0", "name": "tempest-GroupSnapshotsV319Test-Group-486297337"}}' 2022-07-23 22:04:42,080 132205 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups/f2a51256-cbfa-450b-8ad0-429701a0efd0 0.031s 2022-07-23 22:04:42,080 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-375354ce-2947-4b77-9436-e22c88db8fb9', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-375354ce-2947-4b77-9436-e22c88db8fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups/f2a51256-cbfa-450b-8ad0-429701a0efd0'} Body: b'{"group": {"id": "f2a51256-cbfa-450b-8ad0-429701a0efd0", "status": "creating", "availability_zone": "nova", "created_at": "2022-07-23T22:04:42.000000", "name": "tempest-GroupSnapshotsV319Test-Group-486297337", "description": null, "group_type": "7c54d82f-1225-4c31-9376-65e189329822", "volume_types": ["52422935-a6d6-47a7-bf84-155cb3cbcd61"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 22:04:43,127 132205 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups/f2a51256-cbfa-450b-8ad0-429701a0efd0 0.043s 2022-07-23 22:04:43,128 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d083d5e-59f4-4662-ae2a-eaf91c944499', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d083d5e-59f4-4662-ae2a-eaf91c944499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups/f2a51256-cbfa-450b-8ad0-429701a0efd0'} Body: b'{"group": {"id": "f2a51256-cbfa-450b-8ad0-429701a0efd0", "status": "error", "availability_zone": "nova", "created_at": "2022-07-23T22:04:42.000000", "name": "tempest-GroupSnapshotsV319Test-Group-486297337", "description": null, "group_type": "7c54d82f-1225-4c31-9376-65e189329822", "volume_types": ["52422935-a6d6-47a7-bf84-155cb3cbcd61"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 22:04:43,195 132205 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/volumes/detail 0.063s 2022-07-23 22:04:43,195 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20fe9f2e-76e3-477c-a6c9-923e68683fab', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20fe9f2e-76e3-477c-a6c9-923e68683fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/volumes/detail'} Body: b'{"volumes": []}' 2022-07-23 22:04:43,278 132205 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups/f2a51256-cbfa-450b-8ad0-429701a0efd0/action 0.071s 2022-07-23 22:04:43,278 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0591893e-ee24-456e-b0b5-472a4837550b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups/f2a51256-cbfa-450b-8ad0-429701a0efd0/action'} Body: b'' 2022-07-23 22:04:43,294 132205 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups/f2a51256-cbfa-450b-8ad0-429701a0efd0 0.015s 2022-07-23 22:04:43,294 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-5de17770-142f-4326-8e3c-d15e4adf04b2', 'x-openstack-request-id': 'req-5de17770-142f-4326-8e3c-d15e4adf04b2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/c65e4c8d8ffc41e3bdf47c7bbcb8cb6a/groups/f2a51256-cbfa-450b-8ad0-429701a0efd0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group f2a51256-cbfa-450b-8ad0-429701a0efd0 could not be found."}}' 2022-07-23 22:04:43,327 132205 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/c1ce1877c6c749948be0c6c218d939c4/group_types/7c54d82f-1225-4c31-9376-65e189329822 0.032s 2022-07-23 22:04:43,328 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39051fa8-651d-4269-881b-6988a0a22af0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/c1ce1877c6c749948be0c6c218d939c4/group_types/7c54d82f-1225-4c31-9376-65e189329822'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 268, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 226, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group f2a51256-cbfa-450b-8ad0-429701a0efd0 failed to build and is in ERROR status |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
fail
ft30.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:23,508 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/types 0.145s 2022-07-23 21:40:23,508 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-352939957"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4892d537-2be4-4a7b-95d5-9f749818d00f', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4892d537-2be4-4a7b-95d5-9f749818d00f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/types'} Body: b'{"volume_type": {"id": "56e1a25d-db33-472c-a6b3-9de71742ce9d", "name": "tempest-GroupsTest-volume-type-352939957", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 21:40:23,542 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/group_types 0.031s 2022-07-23 21:40:23,542 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-1013798596"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f678fa3-8630-4150-9e64-4d148f071d34', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f678fa3-8630-4150-9e64-4d148f071d34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/group_types'} Body: b'{"group_type": {"id": "4aa6411c-507a-42e8-b6a6-e0546831622e", "name": "tempest-GroupsTest-group-type-1013798596", "description": null, "is_public": true, "group_specs": {}}}' 2022-07-23 21:40:23,752 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups 0.207s 2022-07-23 21:40:23,753 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "4aa6411c-507a-42e8-b6a6-e0546831622e", "volume_types": ["56e1a25d-db33-472c-a6b3-9de71742ce9d"], "name": "tempest-Group1-390691108"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898111ea-4baf-4eff-87fb-6cca7eab6648', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898111ea-4baf-4eff-87fb-6cca7eab6648', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups'} Body: b'{"group": {"id": "bd6739c3-5dd7-4dd2-920e-e4543a426367", "name": "tempest-Group1-390691108"}}' 2022-07-23 21:40:23,789 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/bd6739c3-5dd7-4dd2-920e-e4543a426367 0.034s 2022-07-23 21:40:23,789 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3e1e78-7be2-4c30-a13b-7cf0d13f19cd', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3e1e78-7be2-4c30-a13b-7cf0d13f19cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/bd6739c3-5dd7-4dd2-920e-e4543a426367'} Body: b'{"group": {"id": "bd6739c3-5dd7-4dd2-920e-e4543a426367", "status": "creating", "availability_zone": "nova", "created_at": "2022-07-23T21:40:24.000000", "name": "tempest-Group1-390691108", "description": null, "group_type": "4aa6411c-507a-42e8-b6a6-e0546831622e", "volume_types": ["56e1a25d-db33-472c-a6b3-9de71742ce9d"]}}' 2022-07-23 21:40:24,841 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/bd6739c3-5dd7-4dd2-920e-e4543a426367 0.046s 2022-07-23 21:40:24,841 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2420d90f-01ad-4694-9e8c-23d16cf1a13c', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2420d90f-01ad-4694-9e8c-23d16cf1a13c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/bd6739c3-5dd7-4dd2-920e-e4543a426367'} Body: b'{"group": {"id": "bd6739c3-5dd7-4dd2-920e-e4543a426367", "status": "error", "availability_zone": "nova", "created_at": "2022-07-23T21:40:24.000000", "name": "tempest-Group1-390691108", "description": null, "group_type": "4aa6411c-507a-42e8-b6a6-e0546831622e", "volume_types": ["56e1a25d-db33-472c-a6b3-9de71742ce9d"]}}' 2022-07-23 21:40:24,907 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/volumes/detail 0.062s 2022-07-23 21:40:24,908 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94103995-23d7-4762-b4df-c6bb3419b71f', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94103995-23d7-4762-b4df-c6bb3419b71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/volumes/detail'} Body: b'{"volumes": []}' 2022-07-23 21:40:24,999 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/bd6739c3-5dd7-4dd2-920e-e4543a426367/action 0.084s 2022-07-23 21:40:25,000 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eca2a8d-ca0c-475c-9467-c381fc9fb625', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/bd6739c3-5dd7-4dd2-920e-e4543a426367/action'} Body: b'' 2022-07-23 21:40:25,017 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/bd6739c3-5dd7-4dd2-920e-e4543a426367 0.016s 2022-07-23 21:40:25,017 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9df5585-2c5b-409a-844b-085a3f55da06', 'x-openstack-request-id': 'req-f9df5585-2c5b-409a-844b-085a3f55da06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/bd6739c3-5dd7-4dd2-920e-e4543a426367'} Body: b'{"itemNotFound": {"code": 404, "message": "Group bd6739c3-5dd7-4dd2-920e-e4543a426367 could not be found."}}' 2022-07-23 21:40:25,049 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/group_types/4aa6411c-507a-42e8-b6a6-e0546831622e 0.031s 2022-07-23 21:40:25,049 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-253aa992-de83-475e-8670-4b5f5c9a2102', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/group_types/4aa6411c-507a-42e8-b6a6-e0546831622e'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 42, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 226, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group bd6739c3-5dd7-4dd2-920e-e4543a426367 failed to build and is in ERROR status |
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
fail
ft30.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:25,085 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/types 0.034s 2022-07-23 21:40:25,086 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-1800087368"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35f6c997-6ebd-40bb-bb78-abf4405c4861', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35f6c997-6ebd-40bb-bb78-abf4405c4861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/types'} Body: b'{"volume_type": {"id": "00afeb60-adae-4898-bc5d-75a68644f0a4", "name": "tempest-GroupsTest-volume-type-1800087368", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 21:40:25,120 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/group_types 0.032s 2022-07-23 21:40:25,121 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-1833489749"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c580559f-3019-4b61-b454-c5a9142bedf3', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c580559f-3019-4b61-b454-c5a9142bedf3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/group_types'} Body: b'{"group_type": {"id": "4a981354-24d9-4305-b82f-98460e4287fb", "name": "tempest-GroupsTest-group-type-1833489749", "description": null, "is_public": true, "group_specs": {}}}' 2022-07-23 21:40:25,211 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups 0.087s 2022-07-23 21:40:25,211 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "4a981354-24d9-4305-b82f-98460e4287fb", "volume_types": ["00afeb60-adae-4898-bc5d-75a68644f0a4"], "name": "tempest-GroupsTest-Group-944309932"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1553e71-8676-4dfa-98d9-53a3e0d37d54', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1553e71-8676-4dfa-98d9-53a3e0d37d54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups'} Body: b'{"group": {"id": "9d2bcccf-a921-4f19-9c47-ba401e3e2a48", "name": "tempest-GroupsTest-Group-944309932"}}' 2022-07-23 21:40:25,247 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/9d2bcccf-a921-4f19-9c47-ba401e3e2a48 0.034s 2022-07-23 21:40:25,247 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d59c90a-35fa-4a5f-8be4-e0dbdb1017a2', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d59c90a-35fa-4a5f-8be4-e0dbdb1017a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/9d2bcccf-a921-4f19-9c47-ba401e3e2a48'} Body: b'{"group": {"id": "9d2bcccf-a921-4f19-9c47-ba401e3e2a48", "status": "creating", "availability_zone": "nova", "created_at": "2022-07-23T21:40:25.000000", "name": "tempest-GroupsTest-Group-944309932", "description": null, "group_type": "4a981354-24d9-4305-b82f-98460e4287fb", "volume_types": ["00afeb60-adae-4898-bc5d-75a68644f0a4"]}}' 2022-07-23 21:40:26,285 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/9d2bcccf-a921-4f19-9c47-ba401e3e2a48 0.034s 2022-07-23 21:40:26,286 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4442499a-aeec-48c0-a821-4fc6fead907b', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4442499a-aeec-48c0-a821-4fc6fead907b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/9d2bcccf-a921-4f19-9c47-ba401e3e2a48'} Body: b'{"group": {"id": "9d2bcccf-a921-4f19-9c47-ba401e3e2a48", "status": "error", "availability_zone": "nova", "created_at": "2022-07-23T21:40:25.000000", "name": "tempest-GroupsTest-Group-944309932", "description": null, "group_type": "4a981354-24d9-4305-b82f-98460e4287fb", "volume_types": ["00afeb60-adae-4898-bc5d-75a68644f0a4"]}}' 2022-07-23 21:40:26,351 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/volumes/detail 0.062s 2022-07-23 21:40:26,351 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f8a8e77-4baa-473a-94ba-003eee9350ea', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f8a8e77-4baa-473a-94ba-003eee9350ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/volumes/detail'} Body: b'{"volumes": []}' 2022-07-23 21:40:26,428 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/9d2bcccf-a921-4f19-9c47-ba401e3e2a48/action 0.070s 2022-07-23 21:40:26,429 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c02c1f-fd85-4ab7-be1f-a73f42f696a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/9d2bcccf-a921-4f19-9c47-ba401e3e2a48/action'} Body: b'' 2022-07-23 21:40:26,491 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/9d2bcccf-a921-4f19-9c47-ba401e3e2a48 0.062s 2022-07-23 21:40:26,491 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-95bf1d77-7c71-4ac9-9460-29c3c7e429f9', 'x-openstack-request-id': 'req-95bf1d77-7c71-4ac9-9460-29c3c7e429f9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/477a77882a2c4289a3123427f2eadc86/groups/9d2bcccf-a921-4f19-9c47-ba401e3e2a48'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 9d2bcccf-a921-4f19-9c47-ba401e3e2a48 could not be found."}}' 2022-07-23 21:40:26,526 132210 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/group_types/4a981354-24d9-4305-b82f-98460e4287fb 0.034s 2022-07-23 21:40:26,526 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aed8a104-fdd2-4421-9243-7dce698a54dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/fcb4a7dda2dc40b1b1e1cf58cfc60be5/group_types/4a981354-24d9-4305-b82f-98460e4287fb'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 226, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 9d2bcccf-a921-4f19-9c47-ba401e3e2a48 failed to build and is in ERROR status |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
fail
ft31.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:36:04,461 132217 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.222.0.17/volume/v3/79fb8b186d6f47349e8c83916c963e41/types 0.177s 2022-07-23 21:36:04,461 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsV314Test-volume-type-1976789304"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a997577-304c-4509-8cb5-e0e73483dfc2', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a997577-304c-4509-8cb5-e0e73483dfc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/79fb8b186d6f47349e8c83916c963e41/types'} Body: b'{"volume_type": {"id": "2e2952a1-7bda-4eb6-a8af-6c94be620fde", "name": "tempest-GroupsV314Test-volume-type-1976789304", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 21:36:04,518 132217 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.222.0.17/volume/v3/79fb8b186d6f47349e8c83916c963e41/group_types 0.054s 2022-07-23 21:36:04,518 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsV314Test-group-type-26920587"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ecc67f-62d1-4953-aef2-0182c57b7170', 'content-length': '175', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99ecc67f-62d1-4953-aef2-0182c57b7170', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/79fb8b186d6f47349e8c83916c963e41/group_types'} Body: b'{"group_type": {"id": "a444be0e-fb32-4e25-9912-53123b18168d", "name": "tempest-GroupsV314Test-group-type-26920587", "description": null, "is_public": true, "group_specs": {}}}' 2022-07-23 21:36:04,848 132217 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups 0.327s 2022-07-23 21:36:04,848 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "a444be0e-fb32-4e25-9912-53123b18168d", "volume_types": ["2e2952a1-7bda-4eb6-a8af-6c94be620fde"], "name": "tempest-GroupsV314Test-Group-1043945140"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-501ac5bc-079f-48f4-b280-148ec0b445a1', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-501ac5bc-079f-48f4-b280-148ec0b445a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups'} Body: b'{"group": {"id": "ec1e00a2-245f-41fd-b018-faaed3f0967b", "name": "tempest-GroupsV314Test-Group-1043945140"}}' 2022-07-23 21:36:04,953 132217 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups/ec1e00a2-245f-41fd-b018-faaed3f0967b 0.103s 2022-07-23 21:36:04,953 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-461244ac-bf5f-41a8-99e7-93e31613156d', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-461244ac-bf5f-41a8-99e7-93e31613156d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups/ec1e00a2-245f-41fd-b018-faaed3f0967b'} Body: b'{"group": {"id": "ec1e00a2-245f-41fd-b018-faaed3f0967b", "status": "creating", "availability_zone": "nova", "created_at": "2022-07-23T21:36:05.000000", "name": "tempest-GroupsV314Test-Group-1043945140", "description": null, "group_type": "a444be0e-fb32-4e25-9912-53123b18168d", "volume_types": ["2e2952a1-7bda-4eb6-a8af-6c94be620fde"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:36:06,010 132217 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups/ec1e00a2-245f-41fd-b018-faaed3f0967b 0.053s 2022-07-23 21:36:06,011 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43636331-d720-43ce-9c6b-4a78fa182a17', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43636331-d720-43ce-9c6b-4a78fa182a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups/ec1e00a2-245f-41fd-b018-faaed3f0967b'} Body: b'{"group": {"id": "ec1e00a2-245f-41fd-b018-faaed3f0967b", "status": "error", "availability_zone": "nova", "created_at": "2022-07-23T21:36:05.000000", "name": "tempest-GroupsV314Test-Group-1043945140", "description": null, "group_type": "a444be0e-fb32-4e25-9912-53123b18168d", "volume_types": ["2e2952a1-7bda-4eb6-a8af-6c94be620fde"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:36:06,128 132217 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/volumes/detail 0.107s 2022-07-23 21:36:06,129 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d39cc6-587c-470b-bc7e-06b0d1aa366a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d39cc6-587c-470b-bc7e-06b0d1aa366a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/volumes/detail'} Body: b'{"volumes": []}' 2022-07-23 21:36:06,253 132217 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups/ec1e00a2-245f-41fd-b018-faaed3f0967b/action 0.117s 2022-07-23 21:36:06,254 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dcbb630-7c29-4544-8219-d54563e78872', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups/ec1e00a2-245f-41fd-b018-faaed3f0967b/action'} Body: b'' 2022-07-23 21:36:06,289 132217 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups/ec1e00a2-245f-41fd-b018-faaed3f0967b 0.035s 2022-07-23 21:36:06,290 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-158df080-c1b8-491e-9c1a-a0a6f6a7d1c5', 'x-openstack-request-id': 'req-158df080-c1b8-491e-9c1a-a0a6f6a7d1c5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/18e0e5c0c68b41aaa3c84f7012f10b62/groups/ec1e00a2-245f-41fd-b018-faaed3f0967b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ec1e00a2-245f-41fd-b018-faaed3f0967b could not be found."}}' 2022-07-23 21:36:06,356 132217 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/79fb8b186d6f47349e8c83916c963e41/group_types/a444be0e-fb32-4e25-9912-53123b18168d 0.066s 2022-07-23 21:36:06,357 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2755e323-ddb7-4f57-8153-69de7dd01b2a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/79fb8b186d6f47349e8c83916c963e41/group_types/a444be0e-fb32-4e25-9912-53123b18168d'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 171, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 226, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group ec1e00a2-245f-41fd-b018-faaed3f0967b failed to build and is in ERROR status |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
fail
ft32.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:29,383 132210 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.222.0.17/volume/v3/8942e35e4e3a481d834b4dede203c561/types 0.126s 2022-07-23 21:40:29,383 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsV320Test-volume-type-571053742"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03dd49b8-02da-4fe5-9bdc-dbae94e2902a', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03dd49b8-02da-4fe5-9bdc-dbae94e2902a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/8942e35e4e3a481d834b4dede203c561/types'} Body: b'{"volume_type": {"id": "9d1e3b96-f216-4535-8bed-2dfcd8e6e0bc", "name": "tempest-GroupsV320Test-volume-type-571053742", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 21:40:29,417 132210 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.222.0.17/volume/v3/8942e35e4e3a481d834b4dede203c561/group_types 0.031s 2022-07-23 21:40:29,417 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsV320Test-group-type-943414782"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7701d0b-9b49-4e26-93e3-1332015d3414', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7701d0b-9b49-4e26-93e3-1332015d3414', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/8942e35e4e3a481d834b4dede203c561/group_types'} Body: b'{"group_type": {"id": "fc1bde96-9af1-419d-8c4f-dd0c4c32461d", "name": "tempest-GroupsV320Test-group-type-943414782", "description": null, "is_public": true, "group_specs": {}}}' 2022-07-23 21:40:29,630 132210 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups 0.211s 2022-07-23 21:40:29,631 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "fc1bde96-9af1-419d-8c4f-dd0c4c32461d", "volume_types": ["9d1e3b96-f216-4535-8bed-2dfcd8e6e0bc"], "name": "tempest-GroupsV320Test-Group-1975236993"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea926ee-dfc9-4410-8e25-122323517351', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea926ee-dfc9-4410-8e25-122323517351', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups'} Body: b'{"group": {"id": "8380241a-6488-4d63-baf2-a0652a9ae440", "name": "tempest-GroupsV320Test-Group-1975236993"}}' 2022-07-23 21:40:29,668 132210 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups/8380241a-6488-4d63-baf2-a0652a9ae440 0.035s 2022-07-23 21:40:29,668 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-908902f2-f5b1-4d71-8ea8-ec437daa1ec9', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-908902f2-f5b1-4d71-8ea8-ec437daa1ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups/8380241a-6488-4d63-baf2-a0652a9ae440'} Body: b'{"group": {"id": "8380241a-6488-4d63-baf2-a0652a9ae440", "status": "creating", "availability_zone": "nova", "created_at": "2022-07-23T21:40:30.000000", "name": "tempest-GroupsV320Test-Group-1975236993", "description": null, "group_type": "fc1bde96-9af1-419d-8c4f-dd0c4c32461d", "volume_types": ["9d1e3b96-f216-4535-8bed-2dfcd8e6e0bc"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:40:30,705 132210 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups/8380241a-6488-4d63-baf2-a0652a9ae440 0.032s 2022-07-23 21:40:30,705 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4a05c3f-fa94-4702-a608-fded6cd309f5', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4a05c3f-fa94-4702-a608-fded6cd309f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups/8380241a-6488-4d63-baf2-a0652a9ae440'} Body: b'{"group": {"id": "8380241a-6488-4d63-baf2-a0652a9ae440", "status": "error", "availability_zone": "nova", "created_at": "2022-07-23T21:40:30.000000", "name": "tempest-GroupsV320Test-Group-1975236993", "description": null, "group_type": "fc1bde96-9af1-419d-8c4f-dd0c4c32461d", "volume_types": ["9d1e3b96-f216-4535-8bed-2dfcd8e6e0bc"], "group_snapshot_id": null, "source_group_id": null}}' 2022-07-23 21:40:30,774 132210 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/volumes/detail 0.065s 2022-07-23 21:40:30,774 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1fb6291-e839-419a-9cf6-568515dadc64', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1fb6291-e839-419a-9cf6-568515dadc64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/volumes/detail'} Body: b'{"volumes": []}' 2022-07-23 21:40:30,910 132210 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups/8380241a-6488-4d63-baf2-a0652a9ae440/action 0.128s 2022-07-23 21:40:30,910 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5102fe3c-601a-4251-bd8f-b015ff7e4334', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups/8380241a-6488-4d63-baf2-a0652a9ae440/action'} Body: b'' 2022-07-23 21:40:30,928 132210 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups/8380241a-6488-4d63-baf2-a0652a9ae440 0.017s 2022-07-23 21:40:30,929 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-84d367c2-027c-443e-81b2-5336147d3797', 'x-openstack-request-id': 'req-84d367c2-027c-443e-81b2-5336147d3797', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/4ecc13083f754f53815106fa286fed14/groups/8380241a-6488-4d63-baf2-a0652a9ae440'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8380241a-6488-4d63-baf2-a0652a9ae440 could not be found."}}' 2022-07-23 21:40:30,962 132210 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/8942e35e4e3a481d834b4dede203c561/group_types/fc1bde96-9af1-419d-8c4f-dd0c4c32461d 0.033s 2022-07-23 21:40:30,962 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-075d8a21-9fbe-477a-b4f8-5fc551179782', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/8942e35e4e3a481d834b4dede203c561/group_types/fc1bde96-9af1-419d-8c4f-dd0c4c32461d'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 208, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 226, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 8380241a-6488-4d63-baf2-a0652a9ae440 failed to build and is in ERROR status |
||||||
tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
fail
ft33.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:29:18,158 132216 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.222.0.17/volume/v3/e8cfa74dbc1a44a4b790d89f517171dd/scheduler-stats/get_pools?detail=True 0.505s 2022-07-23 21:29:18,158 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-301d8e42-477e-4443-984e-112ae4b96427', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-301d8e42-477e-4443-984e-112ae4b96427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/e8cfa74dbc1a44a4b790d89f517171dd/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 923, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.8/unittest/case.py", line 765, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. |
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
fail
ft33.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:29:18,234 132216 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.222.0.17/volume/v3/e8cfa74dbc1a44a4b790d89f517171dd/scheduler-stats/get_pools 0.047s 2022-07-23 21:29:18,234 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-718f122d-af49-4e35-bce9-fd31c8e4282f', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-718f122d-af49-4e35-bce9-fd31c8e4282f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/e8cfa74dbc1a44a4b790d89f517171dd/scheduler-stats/get_pools'} Body: b'{"pools": []}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 923, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.8/unittest/case.py", line 765, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. |
||||||
tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 5 | 2 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt34.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt34.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt34.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
fail
ft34.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:36:13,467 132217 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.222.0.17/volume/v3/30cba03aaf3a4861ab4594466ae952f2/os-quota-sets/0f657f4884ab4cd3946571238495c538?usage=True 0.078s 2022-07-23 21:36:13,468 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ece0d24b-dfd7-40c3-b348-e8cdf64e3733', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ece0d24b-dfd7-40c3-b348-e8cdf64e3733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/30cba03aaf3a4861ab4594466ae952f2/os-quota-sets/0f657f4884ab4cd3946571238495c538?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_ceph": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_ceph": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_ceph": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "0f657f4884ab4cd3946571238495c538"}}' 2022-07-23 21:36:14,373 132217 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes 0.899s 2022-07-23 21:36:14,374 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-607604957"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56519b8a-f3f3-48ee-bf56-a0e1fd981f4b', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56519b8a-f3f3-48ee-bf56-a0e1fd981f4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes'} Body: b'{"volume": {"id": "4cc71771-3df4-4780-99d3-366c49548f2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:14.197325", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-607604957", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c"}], "user_id": "5e917eef5ed54056a8d2a6a4dd522431", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:36:14,558 132217 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c 0.178s 2022-07-23 21:36:14,559 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a76b085e-fb57-41c7-80f2-fafe8dc4b338', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a76b085e-fb57-41c7-80f2-fafe8dc4b338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c'} Body: b'{"volume": {"id": "4cc71771-3df4-4780-99d3-366c49548f2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:14.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-607604957", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c"}], "user_id": "5e917eef5ed54056a8d2a6a4dd522431", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0f657f4884ab4cd3946571238495c538"}}' 2022-07-23 21:36:15,612 132217 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c 0.044s 2022-07-23 21:36:15,612 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd632c50-418b-4c03-92d6-79cf2f1d7897', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd632c50-418b-4c03-92d6-79cf2f1d7897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c'} Body: b'{"volume": {"id": "4cc71771-3df4-4780-99d3-366c49548f2c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:14.000000", "updated_at": "2022-07-23T21:36:15.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-607604957", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/0f657f4884ab4cd3946571238495c538/volumes/4cc71771-3df4-4780-99d3-366c49548f2c"}], "user_id": "5e917eef5ed54056a8d2a6a4dd522431", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0f657f4884ab4cd3946571238495c538"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4cc71771-3df4-4780-99d3-366c49548f2c failed to build and is in ERROR status |
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
fail
ft34.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:36:15,974 132217 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes 0.346s 2022-07-23 21:36:15,974 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-842920464"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9f6f7f4-5d45-4ffe-ac65-9b3c14c70b4f', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9f6f7f4-5d45-4ffe-ac65-9b3c14c70b4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes'} Body: b'{"volume": {"id": "60989e00-404a-4708-98d2-bbd19bbbc50e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:15.842991", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-842920464", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e"}], "user_id": "5e917eef5ed54056a8d2a6a4dd522431", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:36:16,082 132217 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e 0.101s 2022-07-23 21:36:16,082 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-444e5bac-89d8-433f-b597-9fc2668ce810', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-444e5bac-89d8-433f-b597-9fc2668ce810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e'} Body: b'{"volume": {"id": "60989e00-404a-4708-98d2-bbd19bbbc50e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:16.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-842920464", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e"}], "user_id": "5e917eef5ed54056a8d2a6a4dd522431", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0f657f4884ab4cd3946571238495c538"}}' 2022-07-23 21:36:17,139 132217 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e 0.049s 2022-07-23 21:36:17,139 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3739f62-ffe4-4f05-9216-984320747d07', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3739f62-ffe4-4f05-9216-984320747d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e'} Body: b'{"volume": {"id": "60989e00-404a-4708-98d2-bbd19bbbc50e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:16.000000", "updated_at": "2022-07-23T21:36:16.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-842920464", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/0f657f4884ab4cd3946571238495c538/volumes/60989e00-404a-4708-98d2-bbd19bbbc50e"}], "user_id": "5e917eef5ed54056a8d2a6a4dd522431", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0f657f4884ab4cd3946571238495c538"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 60989e00-404a-4708-98d2-bbd19bbbc50e failed to build and is in ERROR status |
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt34.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt34.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
||||||
tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
fail
ft35.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 22:04:53,353 132205 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.222.0.17/volume/v3/2a2b5960905346e9a6de4cb9d1ac6f02/volumes 0.319s 2022-07-23 22:04:53,353 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "volume-type-1", "size": 1, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1526011466"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2dacaf3-86ad-4b9d-b6a4-4fbb887b4e07', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2dacaf3-86ad-4b9d-b6a4-4fbb887b4e07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/2a2b5960905346e9a6de4cb9d1ac6f02/volumes'} Body: b'{"volume": {"id": "f8c61e17-823e-48ec-b9f7-e7efd87e19cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:04:53.284180", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1526011466", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb"}], "user_id": "ba502fbccd7245b4ae4916e132c4a7c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 22:04:53,401 132205 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.222.0.17/volume/v3/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb 0.041s 2022-07-23 22:04:53,401 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28273f2a-4451-49da-abcc-ced361052037', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28273f2a-4451-49da-abcc-ced361052037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb'} Body: b'{"volume": {"id": "f8c61e17-823e-48ec-b9f7-e7efd87e19cb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:04:53.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1526011466", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb"}], "user_id": "ba502fbccd7245b4ae4916e132c4a7c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a2b5960905346e9a6de4cb9d1ac6f02"}}' 2022-07-23 22:04:54,453 132205 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.222.0.17/volume/v3/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb 0.043s 2022-07-23 22:04:54,453 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1cd687b-1b7a-40ac-88f8-d7f0576d04d7', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1cd687b-1b7a-40ac-88f8-d7f0576d04d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb'} Body: b'{"volume": {"id": "f8c61e17-823e-48ec-b9f7-e7efd87e19cb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:04:53.000000", "updated_at": "2022-07-23T22:04:53.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1526011466", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2a2b5960905346e9a6de4cb9d1ac6f02/volumes/f8c61e17-823e-48ec-b9f7-e7efd87e19cb"}], "user_id": "ba502fbccd7245b4ae4916e132c4a7c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a2b5960905346e9a6de4cb9d1ac6f02"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f8c61e17-823e-48ec-b9f7-e7efd87e19cb failed to build and is in ERROR status |
||||||
tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 4 | 1 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt36.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt36.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt36.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
fail
ft36.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:29:26,738 132216 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.222.0.17/volume/v3/7547a3c3da774046a965b63a318c6835/volumes 0.685s 2022-07-23 21:29:26,738 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesServicesTestJSON-Volume-1981511301"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05b96f73-9ecc-4287-9030-f32adb4494ea', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05b96f73-9ecc-4287-9030-f32adb4494ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/7547a3c3da774046a965b63a318c6835/volumes'} Body: b'{"volume": {"id": "336c3345-eee6-478b-99c0-d054b8ab3857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:29:26.589522", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1981511301", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857"}], "user_id": "55e8d7bc6744442390ea121b5b3cb948", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:29:26,858 132216 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.222.0.17/volume/v3/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857 0.114s 2022-07-23 21:29:26,859 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a43be4-563d-48f1-9b40-5de9e9179dee', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a43be4-563d-48f1-9b40-5de9e9179dee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857'} Body: b'{"volume": {"id": "336c3345-eee6-478b-99c0-d054b8ab3857", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:29:27.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1981511301", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857"}], "user_id": "55e8d7bc6744442390ea121b5b3cb948", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7547a3c3da774046a965b63a318c6835"}}' 2022-07-23 21:29:27,945 132216 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.222.0.17/volume/v3/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857 0.077s 2022-07-23 21:29:27,946 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc22be77-669d-425a-8c8a-0219ec6b524f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc22be77-669d-425a-8c8a-0219ec6b524f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857'} Body: b'{"volume": {"id": "336c3345-eee6-478b-99c0-d054b8ab3857", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:29:27.000000", "updated_at": "2022-07-23T21:29:27.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1981511301", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/7547a3c3da774046a965b63a318c6835/volumes/336c3345-eee6-478b-99c0-d054b8ab3857"}], "user_id": "55e8d7bc6744442390ea121b5b3cb948", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7547a3c3da774046a965b63a318c6835"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 336c3345-eee6-478b-99c0-d054b8ab3857 failed to build and is in ERROR status |
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt36.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 1 | 1 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
fail
ft37.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:36:25,739 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.222.0.17/volume/v3/dda68b7dab7844a89e77e7d43a1a4432/types 0.245s 2022-07-23 21:36:25,740 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-1024366576", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2b3d474-faf6-441b-b1bd-08924e96e227', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2b3d474-faf6-441b-b1bd-08924e96e227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/dda68b7dab7844a89e77e7d43a1a4432/types'} Body: b'{"volume_type": {"id": "787243f5-47af-4542-b99f-f4c451197926", "name": "tempest-VolumeTypesAccessTest-volume-type-1024366576", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2022-07-23 21:36:25,937 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes 0.195s 2022-07-23 21:36:25,937 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "787243f5-47af-4542-b99f-f4c451197926", "size": 1}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc320f0e-c407-49f8-a4df-24d080396fa1', 'x-openstack-request-id': 'req-bc320f0e-c407-49f8-a4df-24d080396fa1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 787243f5-47af-4542-b99f-f4c451197926 could not be found."}}' 2022-07-23 21:36:25,979 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.222.0.17/volume/v3/dda68b7dab7844a89e77e7d43a1a4432/types/787243f5-47af-4542-b99f-f4c451197926/action 0.041s 2022-07-23 21:36:25,980 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"addProjectAccess": {"project": "b448542eac8648229062eeeec658bbce"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e6a69d4-4697-4468-a4af-fb50426b2a78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/dda68b7dab7844a89e77e7d43a1a4432/types/787243f5-47af-4542-b99f-f4c451197926/action'} Body: b'' 2022-07-23 21:36:26,408 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes 0.427s 2022-07-23 21:36:26,408 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "787243f5-47af-4542-b99f-f4c451197926", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1034478637"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e7a517e-e88e-43d3-b9cc-eb4ba0963da4', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7a517e-e88e-43d3-b9cc-eb4ba0963da4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes'} Body: b'{"volume": {"id": "6c15edb6-e1f6-4c43-8ec2-26a1d74f181f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:26.259312", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1034478637", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1024366576", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f"}], "user_id": "f1b6672628a744bd9fd4019d2b0f801f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:36:26,530 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f 0.115s 2022-07-23 21:36:26,531 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5797c7c3-d575-4824-a29d-32fd14c69c52', 'content-length': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5797c7c3-d575-4824-a29d-32fd14c69c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f'} Body: b'{"volume": {"id": "6c15edb6-e1f6-4c43-8ec2-26a1d74f181f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:26.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1034478637", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1024366576", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f"}], "user_id": "f1b6672628a744bd9fd4019d2b0f801f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b448542eac8648229062eeeec658bbce"}}' 2022-07-23 21:36:27,596 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f 0.058s 2022-07-23 21:36:27,597 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a3afddc-1bb3-42f2-807d-9b28632d2d91', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a3afddc-1bb3-42f2-807d-9b28632d2d91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f'} Body: b'{"volume": {"id": "6c15edb6-e1f6-4c43-8ec2-26a1d74f181f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:26.000000", "updated_at": "2022-07-23T21:36:27.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1034478637", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1024366576", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b448542eac8648229062eeeec658bbce/volumes/6c15edb6-e1f6-4c43-8ec2-26a1d74f181f"}], "user_id": "f1b6672628a744bd9fd4019d2b0f801f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b448542eac8648229062eeeec658bbce"}}' 2022-07-23 21:36:27,660 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.222.0.17/volume/v3/dda68b7dab7844a89e77e7d43a1a4432/types/787243f5-47af-4542-b99f-f4c451197926/action 0.053s 2022-07-23 21:36:27,660 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"removeProjectAccess": {"project": "b448542eac8648229062eeeec658bbce"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecbd030e-349d-48cb-ab78-a02e56d44b58', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/dda68b7dab7844a89e77e7d43a1a4432/types/787243f5-47af-4542-b99f-f4c451197926/action'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6c15edb6-e1f6-4c43-8ec2-26a1d74f181f failed to build and is in ERROR status |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt37.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 4 | 1 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
fail
ft38.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:36:35,839 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.222.0.17/volume/v3/38fc8edcbf774cada464b337ffd4fcc4/types 0.172s 2022-07-23 21:36:35,840 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1044297798", "extra_specs": {"storage_protocol": "ceph", "vendor_name": "Open Source"}}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df831101-a288-4d46-817c-a95fe08b10d4', 'content-length': '277', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df831101-a288-4d46-817c-a95fe08b10d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/38fc8edcbf774cada464b337ffd4fcc4/types'} Body: b'{"volume_type": {"id": "366d7d5e-ffc8-465b-882c-85e15093ad4d", "name": "tempest-VolumeTypesTest-volume-type-1044297798", "is_public": true, "extra_specs": {"storage_protocol": "ceph", "vendor_name": "Open Source"}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 21:36:35,913 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.222.0.17/volume/v3/38fc8edcbf774cada464b337ffd4fcc4/types 0.071s 2022-07-23 21:36:35,914 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1073778865", "extra_specs": {"storage_protocol": "ceph", "vendor_name": "Open Source"}}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9304e330-6d50-4226-81c2-d8bd2346a4b8', 'content-length': '277', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9304e330-6d50-4226-81c2-d8bd2346a4b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/38fc8edcbf774cada464b337ffd4fcc4/types'} Body: b'{"volume_type": {"id": "c11a403d-b9b1-4db1-9c75-22c613bb58e4", "name": "tempest-VolumeTypesTest-volume-type-1073778865", "is_public": true, "extra_specs": {"storage_protocol": "ceph", "vendor_name": "Open Source"}, "description": null, "os-volume-type-access:is_public": true}}' 2022-07-23 21:36:36,616 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 202 POST http://10.222.0.17/volume/v3/8f7fb3587be14297b5982c032a063c51/volumes 0.700s 2022-07-23 21:36:36,617 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-384136", "volume_type": "366d7d5e-ffc8-465b-882c-85e15093ad4d", "size": 1}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5344f01-a0df-4817-b1cd-e38aee3b489b', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5344f01-a0df-4817-b1cd-e38aee3b489b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/8f7fb3587be14297b5982c032a063c51/volumes'} Body: b'{"volume": {"id": "054d09c1-8d30-470c-98dd-8e8211eb32d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:36.427024", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-384136", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1044297798", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2"}], "user_id": "6436e26120d14cdd80edabde9e13345b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:36:36,716 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.222.0.17/volume/v3/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2 0.092s 2022-07-23 21:36:36,716 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cefae6d3-0506-4954-ae79-5a39c0968946', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cefae6d3-0506-4954-ae79-5a39c0968946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2'} Body: b'{"volume": {"id": "054d09c1-8d30-470c-98dd-8e8211eb32d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:36.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-384136", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1044297798", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2"}], "user_id": "6436e26120d14cdd80edabde9e13345b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8f7fb3587be14297b5982c032a063c51"}}' 2022-07-23 21:36:37,778 132217 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.222.0.17/volume/v3/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2 0.054s 2022-07-23 21:36:37,779 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d17a9143-a5ec-45c2-9616-e717d8f5972a', 'content-length': '935', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d17a9143-a5ec-45c2-9616-e717d8f5972a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2'} Body: b'{"volume": {"id": "054d09c1-8d30-470c-98dd-8e8211eb32d2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:36.000000", "updated_at": "2022-07-23T21:36:37.000000", "name": "tempest-VolumeTypesTest-volume-384136", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1044297798", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/8f7fb3587be14297b5982c032a063c51/volumes/054d09c1-8d30-470c-98dd-8e8211eb32d2"}], "user_id": "6436e26120d14cdd80edabde9e13345b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8f7fb3587be14297b5982c032a063c51"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 054d09c1-8d30-470c-98dd-8e8211eb32d2 failed to build and is in ERROR status |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt38.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt38.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt38.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt38.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 0 | 6 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
fail
ft39.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:29,183 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.185s 2022-07-23 21:38:29,183 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3238', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a0e41160-9303-4214-911c-56da03abc2a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e7b737394932432dbfadcd6cf26de29d", "name": "tempest-VolumesActionsTest-821932292-project", "password_expires_at": null}, "audit_ids": ["sPpT1jIQSbygzokOhrl3CQ"], "expires_at": "2022-07-23T22:38:29.000000Z", "issued_at": "2022-07-23T21:38:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "20471be81d304644914d5b8b39f61da3", "name": "tempest-VolumesActionsTest-821932292"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_20471be81d304644914d5b8b39f61da3", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/20471be81d304644914d5b8b39f61da3", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 21:38:29,184 132203 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '3858cf56-cd7c-471f-82dc-bd44d45fe502', 'name': 'tempest-VolumesActionsTest-1414430272-network', 'tenant_id': '20471be81d304644914d5b8b39f61da3', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '20471be81d304644914d5b8b39f61da3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 168, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T21:38:23Z', 'updated_at': '2022-07-23T21:38:23Z', 'revision_number': 1} available for tenant 2022-07-23 21:38:31,588 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.222.0.17/compute/v2.1/servers 2.403s 2022-07-23 21:38:31,588 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1373856430", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "flavorRef": "452", "networks": [{"uuid": "3858cf56-cd7c-471f-82dc-bd44d45fe502"}]}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b13a471-b6b5-440d-83f0-da84a75dfa27', 'x-compute-request-id': 'req-5b13a471-b6b5-440d-83f0-da84a75dfa27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "DKaDebUpPZH6"}}' 2022-07-23 21:38:31,894 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.303s 2022-07-23 21:38:31,895 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45f711ce-ef46-4204-af5d-918f2b3766bd', 'x-compute-request-id': 'req-45f711ce-ef46-4204-af5d-918f2b3766bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:32Z", "updated": "2022-07-23T21:38:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:33,025 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.121s 2022-07-23 21:38:33,025 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afc88b5c-f8bf-43b6-b55a-6f4086d4cc65', 'x-compute-request-id': 'req-afc88b5c-f8bf-43b6-b55a-6f4086d4cc65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:32Z", "updated": "2022-07-23T21:38:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:34,170 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.136s 2022-07-23 21:38:34,170 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56ea5a83-22a6-44c2-85cf-101aab25d92a', 'x-compute-request-id': 'req-56ea5a83-22a6-44c2-85cf-101aab25d92a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:32Z", "updated": "2022-07-23T21:38:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:35,375 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.197s 2022-07-23 21:38:35,376 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-921fff71-ea83-42e5-880c-5e5dfbdaac01', 'x-compute-request-id': 'req-921fff71-ea83-42e5-880c-5e5dfbdaac01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:35,384 132203 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2022-07-23 21:38:36,699 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.314s 2022-07-23 21:38:36,700 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d5222b9-ea2f-4f75-ba9c-c7cb73332de0', 'x-compute-request-id': 'req-8d5222b9-ea2f-4f75-ba9c-c7cb73332de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:36,707 132203 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2022-07-23 21:38:38,448 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.740s 2022-07-23 21:38:38,448 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-023e7e12-df7b-4014-8c01-a279a418a56f', 'x-compute-request-id': 'req-023e7e12-df7b-4014-8c01-a279a418a56f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:39,905 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.448s 2022-07-23 21:38:39,907 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3e788fd-7903-4abd-a8d7-1e392e71545b', 'x-compute-request-id': 'req-c3e788fd-7903-4abd-a8d7-1e392e71545b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:41,521 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.606s 2022-07-23 21:38:41,522 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b25f9fa-a69d-461d-b338-571d0a34d5e2', 'x-compute-request-id': 'req-9b25f9fa-a69d-461d-b338-571d0a34d5e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:42,996 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.466s 2022-07-23 21:38:42,996 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97bab335-f78c-4206-8369-ea0c9952a08b', 'x-compute-request-id': 'req-97bab335-f78c-4206-8369-ea0c9952a08b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:45,111 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 1.106s 2022-07-23 21:38:45,112 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c835b21b-73e4-4d26-89f8-84c12d70460e', 'x-compute-request-id': 'req-c835b21b-73e4-4d26-89f8-84c12d70460e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:46,584 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.463s 2022-07-23 21:38:46,584 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c84640c-e43c-490d-9bba-f8168b2025ac', 'x-compute-request-id': 'req-1c84640c-e43c-490d-9bba-f8168b2025ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "BUILD", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:48,114 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.521s 2022-07-23 21:38:48,114 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1498', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f93468a2-a6aa-490c-873f-4f7401392499', 'x-compute-request-id': 'req-f93468a2-a6aa-490c-873f-4f7401392499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "ACTIVE", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:47Z", "addresses": {"tempest-VolumesActionsTest-1414430272-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:f0:79"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-23T21:38:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:48,122 132203 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait 2022-07-23 21:38:48,636 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes 0.513s 2022-07-23 21:38:48,637 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-1317475449"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9631ed5c-f115-4e0e-be05-999da9812c93', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9631ed5c-f115-4e0e-be05-999da9812c93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes'} Body: b'{"volume": {"id": "386ed5aa-8ebe-40e2-b7f4-325820d23ab8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:48.466185", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1317475449", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:38:48,731 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8 0.088s 2022-07-23 21:38:48,732 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4e535a-8a75-4ae4-96a4-3dbf91037f18', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4e535a-8a75-4ae4-96a4-3dbf91037f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8'} Body: b'{"volume": {"id": "386ed5aa-8ebe-40e2-b7f4-325820d23ab8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1317475449", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' 2022-07-23 21:38:49,853 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8 0.113s 2022-07-23 21:38:49,853 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b228e205-bc89-441b-975a-cdedbd3baa31', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b228e205-bc89-441b-975a-cdedbd3baa31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8'} Body: b'{"volume": {"id": "386ed5aa-8ebe-40e2-b7f4-325820d23ab8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:48.000000", "updated_at": "2022-07-23T21:38:49.000000", "name": "tempest-VolumesActionsTest-Volume-1317475449", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/386ed5aa-8ebe-40e2-b7f4-325820d23ab8"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' 2022-07-23 21:38:50,240 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.377s 2022-07-23 21:38:50,240 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fca4d06-71b8-4c9c-abff-31232cf87338', 'x-compute-request-id': 'req-6fca4d06-71b8-4c9c-abff-31232cf87338', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'' 2022-07-23 21:38:50,579 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.338s 2022-07-23 21:38:50,579 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1504', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a86e2caa-8b52-4958-9966-5de5617b37df', 'x-compute-request-id': 'req-a86e2caa-8b52-4958-9966-5de5617b37df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "ACTIVE", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:50Z", "addresses": {"tempest-VolumesActionsTest-1414430272-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:f0:79"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-23T21:38:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:52,311 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.722s 2022-07-23 21:38:52,311 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1504', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-759fcb07-526b-48d6-9e86-6ca0fc6ae138', 'x-compute-request-id': 'req-759fcb07-526b-48d6-9e86-6ca0fc6ae138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "ACTIVE", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:50Z", "addresses": {"tempest-VolumesActionsTest-1414430272-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:f0:79"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-23T21:38:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:53,552 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.233s 2022-07-23 21:38:53,552 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1462', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fec8c7d-791f-40b6-9ff7-0698438a4e3c', 'x-compute-request-id': 'req-5fec8c7d-791f-40b6-9ff7-0698438a4e3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"server": {"id": "21eb2d6c-0a3a-4e6b-b242-a997008c024a", "name": "tempest-VolumesActionsTest-instance-1373856430", "status": "ACTIVE", "tenant_id": "20471be81d304644914d5b8b39f61da3", "user_id": "e7b737394932432dbfadcd6cf26de29d", "metadata": {}, "hostId": "c5bf815667c4aa53430c724f2af6f7fd94b9468b308bb1d66a7ff45a", "image": {"id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T21:38:31Z", "updated": "2022-07-23T21:38:50Z", "addresses": {"tempest-VolumesActionsTest-1414430272-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:f0:79"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-23T21:38:46.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 21:38:54,623 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a 0.062s 2022-07-23 21:38:54,623 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-519a466f-4a9d-4f2d-bd79-9e1fe1e2249e', 'x-compute-request-id': 'req-519a466f-4a9d-4f2d-bd79-9e1fe1e2249e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/21eb2d6c-0a3a-4e6b-b242-a997008c024a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 21eb2d6c-0a3a-4e6b-b242-a997008c024a could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 386ed5aa-8ebe-40e2-b7f4-325820d23ab8 failed to build and is in ERROR status |
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
fail
ft39.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:54,924 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 202 POST http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes 0.293s 2022-07-23 21:38:54,924 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-198421345"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b944d3e-7d69-4987-8152-b887589de8e3', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b944d3e-7d69-4987-8152-b887589de8e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes'} Body: b'{"volume": {"id": "9f5e0599-e2bb-4633-975a-2a0fcccd27ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:54.814397", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-198421345", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:38:54,996 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba 0.065s 2022-07-23 21:38:54,996 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4924708f-0c98-4655-8d49-c0904f3f3666', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4924708f-0c98-4655-8d49-c0904f3f3666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba'} Body: b'{"volume": {"id": "9f5e0599-e2bb-4633-975a-2a0fcccd27ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-198421345", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' 2022-07-23 21:38:56,062 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba 0.057s 2022-07-23 21:38:56,062 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-845fb2a4-36bb-4027-b45e-41383d0a0460', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-845fb2a4-36bb-4027-b45e-41383d0a0460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba'} Body: b'{"volume": {"id": "9f5e0599-e2bb-4633-975a-2a0fcccd27ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:55.000000", "updated_at": "2022-07-23T21:38:55.000000", "name": "tempest-VolumesActionsTest-Volume-198421345", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/9f5e0599-e2bb-4633-975a-2a0fcccd27ba"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9f5e0599-e2bb-4633-975a-2a0fcccd27ba failed to build and is in ERROR status |
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
fail
ft39.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:56,420 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 202 POST http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes 0.349s 2022-07-23 21:38:56,420 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-834948003"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3a38e6-5d36-4a94-b72a-14e2fa973298', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3a38e6-5d36-4a94-b72a-14e2fa973298', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes'} Body: b'{"volume": {"id": "e38ccae0-3a39-41e5-b0de-efafb7ce0055", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:56.267310", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-834948003", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:38:56,552 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055 0.125s 2022-07-23 21:38:56,553 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88afed94-5e47-47da-bb92-e98c257f55c9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88afed94-5e47-47da-bb92-e98c257f55c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055'} Body: b'{"volume": {"id": "e38ccae0-3a39-41e5-b0de-efafb7ce0055", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:56.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-834948003", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' 2022-07-23 21:38:57,604 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055 0.043s 2022-07-23 21:38:57,605 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83b2e3f4-581f-44d9-b32b-83bd83b08561', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83b2e3f4-581f-44d9-b32b-83bd83b08561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055'} Body: b'{"volume": {"id": "e38ccae0-3a39-41e5-b0de-efafb7ce0055", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:56.000000", "updated_at": "2022-07-23T21:38:57.000000", "name": "tempest-VolumesActionsTest-Volume-834948003", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/e38ccae0-3a39-41e5-b0de-efafb7ce0055"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e38ccae0-3a39-41e5-b0de-efafb7ce0055 failed to build and is in ERROR status |
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
fail
ft39.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:57,854 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 202 POST http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes 0.240s 2022-07-23 21:38:57,854 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-1551217366"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d4defc-6bab-4931-97d2-6eee70cc013c', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d4defc-6bab-4931-97d2-6eee70cc013c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes'} Body: b'{"volume": {"id": "67f74fe8-22aa-41dc-a020-da1d2b198549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:57.772593", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1551217366", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:38:57,960 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549 0.098s 2022-07-23 21:38:57,961 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d6cf267-1373-40b1-847a-5f91ccab6b2f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d6cf267-1373-40b1-847a-5f91ccab6b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549'} Body: b'{"volume": {"id": "67f74fe8-22aa-41dc-a020-da1d2b198549", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:58.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1551217366", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' 2022-07-23 21:38:59,026 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549 0.056s 2022-07-23 21:38:59,027 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59978bde-6346-4a78-8237-f7ed8328b8cf', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59978bde-6346-4a78-8237-f7ed8328b8cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549'} Body: b'{"volume": {"id": "67f74fe8-22aa-41dc-a020-da1d2b198549", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:58.000000", "updated_at": "2022-07-23T21:38:58.000000", "name": "tempest-VolumesActionsTest-Volume-1551217366", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/67f74fe8-22aa-41dc-a020-da1d2b198549"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 67f74fe8-22aa-41dc-a020-da1d2b198549 failed to build and is in ERROR status |
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
fail
ft39.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:59,257 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 202 POST http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes 0.222s 2022-07-23 21:38:59,258 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-716352549"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c28989a-b899-42e3-9a39-7b96d7c6365f', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c28989a-b899-42e3-9a39-7b96d7c6365f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes'} Body: b'{"volume": {"id": "e1175a5a-c469-4b5e-a7b4-a384794a0040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:59.183335", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-716352549", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:38:59,334 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040 0.070s 2022-07-23 21:38:59,334 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a7db336-b169-4720-8246-0bb253d91c74', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a7db336-b169-4720-8246-0bb253d91c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040'} Body: b'{"volume": {"id": "e1175a5a-c469-4b5e-a7b4-a384794a0040", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:59.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-716352549", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' 2022-07-23 21:39:00,391 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040 0.048s 2022-07-23 21:39:00,392 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-406df935-43a9-41d6-8be2-0b4d096d3d42', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-406df935-43a9-41d6-8be2-0b4d096d3d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040'} Body: b'{"volume": {"id": "e1175a5a-c469-4b5e-a7b4-a384794a0040", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:59.000000", "updated_at": "2022-07-23T21:38:59.000000", "name": "tempest-VolumesActionsTest-Volume-716352549", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/e1175a5a-c469-4b5e-a7b4-a384794a0040"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e1175a5a-c469-4b5e-a7b4-a384794a0040 failed to build and is in ERROR status |
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
fail
ft39.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:39:00,707 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes 0.306s 2022-07-23 21:39:00,707 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-1010567731"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfa13817-8595-43bb-95f1-7c75309f9843', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfa13817-8595-43bb-95f1-7c75309f9843', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes'} Body: b'{"volume": {"id": "7b79e572-7d3b-4fb4-b1fe-2908050675da", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:39:00.578681", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1010567731", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:39:00,765 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da 0.050s 2022-07-23 21:39:00,765 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-226d1907-2831-4c13-bc54-7aaca07ed11b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-226d1907-2831-4c13-bc54-7aaca07ed11b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da'} Body: b'{"volume": {"id": "7b79e572-7d3b-4fb4-b1fe-2908050675da", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:39:01.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1010567731", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' 2022-07-23 21:39:01,838 132203 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da 0.065s 2022-07-23 21:39:01,839 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9255b820-3954-49af-b0ba-2be479d2fa97', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9255b820-3954-49af-b0ba-2be479d2fa97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da'} Body: b'{"volume": {"id": "7b79e572-7d3b-4fb4-b1fe-2908050675da", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:39:01.000000", "updated_at": "2022-07-23T21:39:01.000000", "name": "tempest-VolumesActionsTest-Volume-1010567731", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/20471be81d304644914d5b8b39f61da3/volumes/7b79e572-7d3b-4fb4-b1fe-2908050675da"}], "user_id": "e7b737394932432dbfadcd6cf26de29d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20471be81d304644914d5b8b39f61da3"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7b79e572-7d3b-4fb4-b1fe-2908050675da failed to build and is in ERROR status |
||||||
tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
fail
ft40.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:29:52,535 132216 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 202 POST http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes 0.923s 2022-07-23 21:29:52,535 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsAdminTest-Volume-1021295203"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a44a4b-59c9-49d6-b026-6da051f41288', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a44a4b-59c9-49d6-b026-6da051f41288', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes'} Body: b'{"volume": {"id": "96452321-aae0-4564-a740-a3c436c53991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:29:52.412193", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-1021295203", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991"}], "user_id": "7ce962c9e3f742a184121d8ba4a2b0da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:29:52,598 132216 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991 0.057s 2022-07-23 21:29:52,599 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db6402e1-3837-4519-840d-4fef1b70e109', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db6402e1-3837-4519-840d-4fef1b70e109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991'} Body: b'{"volume": {"id": "96452321-aae0-4564-a740-a3c436c53991", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:29:52.000000", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-1021295203", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991"}], "user_id": "7ce962c9e3f742a184121d8ba4a2b0da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ea6a37075c14ffd82ebba0f0940b8c0"}}' 2022-07-23 21:29:53,671 132216 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991 0.064s 2022-07-23 21:29:53,672 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464d0d8b-2ccc-42d6-a4f1-7a86d6633358', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464d0d8b-2ccc-42d6-a4f1-7a86d6633358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991'} Body: b'{"volume": {"id": "96452321-aae0-4564-a740-a3c436c53991", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:29:52.000000", "updated_at": "2022-07-23T21:29:53.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-1021295203", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/96452321-aae0-4564-a740-a3c436c53991"}], "user_id": "7ce962c9e3f742a184121d8ba4a2b0da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ea6a37075c14ffd82ebba0f0940b8c0"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_backup.py", line 60, in test_volume_backup_export_import volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 96452321-aae0-4564-a740-a3c436c53991 failed to build and is in ERROR status |
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
fail
ft40.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:29:54,018 132216 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 202 POST http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes 0.329s 2022-07-23 21:29:54,019 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsAdminTest-Volume-606327524"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc4c081-278d-4eab-90c0-e50c4d1b73a4', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc4c081-278d-4eab-90c0-e50c4d1b73a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes'} Body: b'{"volume": {"id": "1bc413bd-f365-4bc6-9a8b-2db38153ccb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:29:53.900266", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-606327524", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3"}], "user_id": "7ce962c9e3f742a184121d8ba4a2b0da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:29:54,115 132216 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 200 GET http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3 0.090s 2022-07-23 21:29:54,115 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9abfcd57-8253-4e8e-abc0-25dfb5b035f5', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9abfcd57-8253-4e8e-abc0-25dfb5b035f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3'} Body: b'{"volume": {"id": "1bc413bd-f365-4bc6-9a8b-2db38153ccb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:29:54.000000", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-606327524", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3"}], "user_id": "7ce962c9e3f742a184121d8ba4a2b0da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ea6a37075c14ffd82ebba0f0940b8c0"}}' 2022-07-23 21:29:55,208 132216 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 200 GET http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3 0.085s 2022-07-23 21:29:55,209 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c49608c-4dcb-41b3-9c2f-c5c770fd0459', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c49608c-4dcb-41b3-9c2f-c5c770fd0459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3'} Body: b'{"volume": {"id": "1bc413bd-f365-4bc6-9a8b-2db38153ccb3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:29:54.000000", "updated_at": "2022-07-23T21:29:54.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-606327524", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/3ea6a37075c14ffd82ebba0f0940b8c0/volumes/1bc413bd-f365-4bc6-9a8b-2db38153ccb3"}], "user_id": "7ce962c9e3f742a184121d8ba4a2b0da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ea6a37075c14ffd82ebba0f0940b8c0"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_backup.py", line 124, in test_volume_backup_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1bc413bd-f365-4bc6-9a8b-2db38153ccb3 failed to build and is in ERROR status |
||||||
tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 0 | 1 | 0 | 1 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
fail
ft41.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:39:13,490 132203 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.222.0.17/volume/v3/65492b81223147b8b79b29554f822059/volumes 0.555s 2022-07-23 21:39:13,490 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-846844923"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167c50dd-74e7-475b-897c-a57f3a728602', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167c50dd-74e7-475b-897c-a57f3a728602', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/65492b81223147b8b79b29554f822059/volumes'} Body: b'{"volume": {"id": "347ae0ef-be3f-4556-86c9-7e83981d4dc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:39:13.354602", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-846844923", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1"}], "user_id": "3f5e5b087bdf48f6912a9e8aa3b78d5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:39:13,672 132203 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.222.0.17/volume/v3/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1 0.175s 2022-07-23 21:39:13,673 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f16c6d7-cdba-41b3-b89f-42915216c780', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f16c6d7-cdba-41b3-b89f-42915216c780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1'} Body: b'{"volume": {"id": "347ae0ef-be3f-4556-86c9-7e83981d4dc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:39:13.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-846844923", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1"}], "user_id": "3f5e5b087bdf48f6912a9e8aa3b78d5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "65492b81223147b8b79b29554f822059"}}' 2022-07-23 21:39:14,740 132203 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.222.0.17/volume/v3/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1 0.059s 2022-07-23 21:39:14,740 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88fb4ad7-b485-403f-93e1-8e6bc664d797', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88fb4ad7-b485-403f-93e1-8e6bc664d797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1'} Body: b'{"volume": {"id": "347ae0ef-be3f-4556-86c9-7e83981d4dc1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:39:13.000000", "updated_at": "2022-07-23T21:39:14.000000", "name": "tempest-VolumesDeleteCascade-Volume-846844923", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/65492b81223147b8b79b29554f822059/volumes/347ae0ef-be3f-4556-86c9-7e83981d4dc1"}], "user_id": "3f5e5b087bdf48f6912a9e8aa3b78d5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "65492b81223147b8b79b29554f822059"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 347ae0ef-be3f-4556-86c9-7e83981d4dc1 failed to build and is in ERROR status |
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
skip
pt41.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
fail
ft42.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:21,549 132212 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes 0.407s 2022-07-23 21:40:21,550 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-835445901"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73885a07-078b-4b3b-b693-e92f3a54cc35', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73885a07-078b-4b3b-b693-e92f3a54cc35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes'} Body: b'{"volume": {"id": "f93b0912-113d-4bb8-b61a-bc02a55ef1cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:21.473713", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-835445901", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf"}], "user_id": "44efc734cb6e437495fa7c4997cc0c05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:40:21,601 132212 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf 0.044s 2022-07-23 21:40:21,601 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ba9a05-4e8f-46d4-99ec-a0b8872ae179', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ba9a05-4e8f-46d4-99ec-a0b8872ae179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf'} Body: b'{"volume": {"id": "f93b0912-113d-4bb8-b61a-bc02a55ef1cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:21.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-835445901", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf"}], "user_id": "44efc734cb6e437495fa7c4997cc0c05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c1186c239b45919b2057d3ca6a8569"}}' 2022-07-23 21:40:22,650 132212 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf 0.041s 2022-07-23 21:40:22,651 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ebde63-6cc8-437e-bbb2-12960131507b', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ebde63-6cc8-437e-bbb2-12960131507b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf'} Body: b'{"volume": {"id": "f93b0912-113d-4bb8-b61a-bc02a55ef1cf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:21.000000", "updated_at": "2022-07-23T21:40:22.000000", "name": "tempest-VolumesTransfersTest-Volume-835445901", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/04c1186c239b45919b2057d3ca6a8569/volumes/f93b0912-113d-4bb8-b61a-bc02a55ef1cf"}], "user_id": "44efc734cb6e437495fa7c4997cc0c05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c1186c239b45919b2057d3ca6a8569"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f93b0912-113d-4bb8-b61a-bc02a55ef1cf failed to build and is in ERROR status |
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
fail
ft42.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:22,874 132212 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes 0.214s 2022-07-23 21:40:22,874 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-972559013"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eb3191b-55ae-4cf0-89eb-f32bd9f73639', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eb3191b-55ae-4cf0-89eb-f32bd9f73639', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes'} Body: b'{"volume": {"id": "6fb29e49-6cf8-4c22-8b30-f749e6383893", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:22.803045", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-972559013", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893"}], "user_id": "44efc734cb6e437495fa7c4997cc0c05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:40:22,929 132212 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893 0.048s 2022-07-23 21:40:22,929 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac21d737-221a-4c93-ba99-90788c44eb0a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac21d737-221a-4c93-ba99-90788c44eb0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893'} Body: b'{"volume": {"id": "6fb29e49-6cf8-4c22-8b30-f749e6383893", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:23.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-972559013", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893"}], "user_id": "44efc734cb6e437495fa7c4997cc0c05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c1186c239b45919b2057d3ca6a8569"}}' 2022-07-23 21:40:23,988 132212 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893 0.050s 2022-07-23 21:40:23,989 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-262b0d0c-ad8c-4916-8dbe-5b944fc57646', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-262b0d0c-ad8c-4916-8dbe-5b944fc57646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893'} Body: b'{"volume": {"id": "6fb29e49-6cf8-4c22-8b30-f749e6383893", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:23.000000", "updated_at": "2022-07-23T21:40:23.000000", "name": "tempest-VolumesTransfersTest-Volume-972559013", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/04c1186c239b45919b2057d3ca6a8569/volumes/6fb29e49-6cf8-4c22-8b30-f749e6383893"}], "user_id": "44efc734cb6e437495fa7c4997cc0c05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "04c1186c239b45919b2057d3ca6a8569"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6fb29e49-6cf8-4c22-8b30-f749e6383893 failed to build and is in ERROR status |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
fail
ft43.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:32:40,948 132207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes 0.707s 2022-07-23 21:32:40,949 132207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1420751457"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a201c74f-4895-4679-8750-06d0aa84fe00', 'content-length': '881', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a201c74f-4895-4679-8750-06d0aa84fe00', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes'} Body: b'{"volume": {"id": "2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:32:40.819409", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1420751457", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5"}], "user_id": "0dba8b031a6f42f1bdf7699a30ff0251", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2022-07-23 21:32:41,046 132207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5 0.089s 2022-07-23 21:32:41,046 132207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58404aee-e4ca-43b4-9ea1-9e0224211260', 'content-length': '949', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58404aee-e4ca-43b4-9ea1-9e0224211260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5'} Body: b'{"volume": {"id": "2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:32:41.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1420751457", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5"}], "user_id": "0dba8b031a6f42f1bdf7699a30ff0251", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "98b9df8f8c464edfaea78ac31af7d1c9"}}' 2022-07-23 21:32:42,124 132207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5 0.070s 2022-07-23 21:32:42,125 132207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6323eb7-6936-45be-8081-4983207248d6', 'content-length': '970', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6323eb7-6936-45be-8081-4983207248d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5'} Body: b'{"volume": {"id": "2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:32:41.000000", "updated_at": "2022-07-23T21:32:41.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1420751457", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/98b9df8f8c464edfaea78ac31af7d1c9/volumes/2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5"}], "user_id": "0dba8b031a6f42f1bdf7699a30ff0251", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "98b9df8f8c464edfaea78ac31af7d1c9"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 126, in test_create_get_list_accept_volume_transfer super(VolumesTransfersV355Test, self). \ File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b1a8b1e-ab84-4491-9b48-1f8b5c2c06e5 failed to build and is in ERROR status |
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
fail
ft43.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:32:42,581 132207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes 0.432s 2022-07-23 21:32:42,581 132207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1622319500"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6886e494-ff41-40f5-a584-0939f992fcb5', 'content-length': '881', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6886e494-ff41-40f5-a584-0939f992fcb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes'} Body: b'{"volume": {"id": "a507c5f8-9be7-4f34-9af8-d33945e7df1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:32:42.437382", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1622319500", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f"}], "user_id": "0dba8b031a6f42f1bdf7699a30ff0251", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2022-07-23 21:32:42,693 132207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f 0.105s 2022-07-23 21:32:42,694 132207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f01004-5ce1-4153-ae39-8708c5ca7a62', 'content-length': '949', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f01004-5ce1-4153-ae39-8708c5ca7a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f'} Body: b'{"volume": {"id": "a507c5f8-9be7-4f34-9af8-d33945e7df1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:32:42.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1622319500", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f"}], "user_id": "0dba8b031a6f42f1bdf7699a30ff0251", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "98b9df8f8c464edfaea78ac31af7d1c9"}}' 2022-07-23 21:32:43,785 132207 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f 0.082s 2022-07-23 21:32:43,785 132207 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-456e797c-318a-46cf-a418-18beef6dcc28', 'content-length': '970', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-456e797c-318a-46cf-a418-18beef6dcc28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f'} Body: b'{"volume": {"id": "a507c5f8-9be7-4f34-9af8-d33945e7df1f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:32:42.000000", "updated_at": "2022-07-23T21:32:43.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1622319500", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/98b9df8f8c464edfaea78ac31af7d1c9/volumes/a507c5f8-9be7-4f34-9af8-d33945e7df1f"}], "user_id": "0dba8b031a6f42f1bdf7699a30ff0251", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "98b9df8f8c464edfaea78ac31af7d1c9"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 132, in test_create_list_delete_volume_transfer super(VolumesTransfersV355Test, self). \ File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a507c5f8-9be7-4f34-9af8-d33945e7df1f failed to build and is in ERROR status |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 3 | 0 | 2 | 0 | 1 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
fail
ft44.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:17,772 132213 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 202 POST http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes 0.444s 2022-07-23 21:38:17,772 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsTest-Volume-187766606"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f271123-254e-43a4-84d5-eeb75cb4f168', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f271123-254e-43a4-84d5-eeb75cb4f168', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes'} Body: b'{"volume": {"id": "2bad5910-3d96-4c6d-a268-a7ffbd726288", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:17.669468", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-187766606", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288"}], "user_id": "5d7f64c4f90344c3b23e601bd2b10c1a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:38:17,914 132213 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288 0.135s 2022-07-23 21:38:17,915 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e691872-26df-437c-9a67-810faa6a15fe', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e691872-26df-437c-9a67-810faa6a15fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288'} Body: b'{"volume": {"id": "2bad5910-3d96-4c6d-a268-a7ffbd726288", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:18.000000", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-187766606", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288"}], "user_id": "5d7f64c4f90344c3b23e601bd2b10c1a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "671965122db6464493404ca387b8a123"}}' 2022-07-23 21:38:18,972 132213 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288 0.049s 2022-07-23 21:38:18,973 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ba70ef5-739b-4ad4-9cc7-e3e813944bd7', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ba70ef5-739b-4ad4-9cc7-e3e813944bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288'} Body: b'{"volume": {"id": "2bad5910-3d96-4c6d-a268-a7ffbd726288", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:18.000000", "updated_at": "2022-07-23T21:38:18.000000", "name": "tempest-VolumesBackupsTest-Volume-187766606", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/671965122db6464493404ca387b8a123/volumes/2bad5910-3d96-4c6d-a268-a7ffbd726288"}], "user_id": "5d7f64c4f90344c3b23e601bd2b10c1a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "671965122db6464493404ca387b8a123"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_backup.py", line 117, in test_backup_create_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2bad5910-3d96-4c6d-a268-a7ffbd726288 failed to build and is in ERROR status |
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
fail
ft44.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:38:19,019 132213 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_bootable_volume_backup_and_restore): 200 GET http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a 0.028s 2022-07-23 21:38:19,020 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e5b14d21-71be-40ab-ae9b-829d163133c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "d6f3124c18f04946a431e587fc205bd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "created_at": "2022-07-23T21:04:28Z", "updated_at": "2022-07-23T21:04:44Z", "tags": [], "self": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a", "file": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a/file", "schema": "/v2/schemas/image"}' 2022-07-23 21:38:19,431 132213 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_bootable_volume_backup_and_restore): 202 POST http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes 0.410s 2022-07-23 21:38:19,431 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "size": 1, "name": "tempest-VolumesBackupsTest-Volume-1042856910"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14a55a09-403a-4099-8a4b-ea87283f86a8', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14a55a09-403a-4099-8a4b-ea87283f86a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes'} Body: b'{"volume": {"id": "0a5ad71c-32f7-4586-b3bb-b6e9d481cc61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:19.337720", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-1042856910", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61"}], "user_id": "5d7f64c4f90344c3b23e601bd2b10c1a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:38:19,585 132213 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_bootable_volume_backup_and_restore): 200 GET http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61 0.146s 2022-07-23 21:38:19,586 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7f457c-42c5-415e-b6d4-20568f132b92', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7f457c-42c5-415e-b6d4-20568f132b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61'} Body: b'{"volume": {"id": "0a5ad71c-32f7-4586-b3bb-b6e9d481cc61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:19.000000", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-1042856910", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61"}], "user_id": "5d7f64c4f90344c3b23e601bd2b10c1a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "671965122db6464493404ca387b8a123"}}' 2022-07-23 21:38:20,657 132213 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_bootable_volume_backup_and_restore): 200 GET http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61 0.063s 2022-07-23 21:38:20,657 132213 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f609e0-8928-4b26-b744-77624f2e6bbb', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55f609e0-8928-4b26-b744-77624f2e6bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61'} Body: b'{"volume": {"id": "0a5ad71c-32f7-4586-b3bb-b6e9d481cc61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:38:19.000000", "updated_at": "2022-07-23T21:38:20.000000", "name": "tempest-VolumesBackupsTest-Volume-1042856910", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/671965122db6464493404ca387b8a123/volumes/0a5ad71c-32f7-4586-b3bb-b6e9d481cc61"}], "user_id": "5d7f64c4f90344c3b23e601bd2b10c1a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "671965122db6464493404ca387b8a123"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_backup.py", line 143, in test_bootable_volume_backup_and_restore volume = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0a5ad71c-32f7-4586-b3bb-b6e9d481cc61 failed to build and is in ERROR status |
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
skip
pt44.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
||||||
tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
fail
ft45.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:39,221 132210 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsV39Test:test_update_backup): 202 POST http://10.222.0.17/volume/v3/55c0a719495842de958d3c4ba5ec87b2/volumes 0.562s 2022-07-23 21:40:39,221 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.9', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsV39Test-Volume-172449468"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a39ca2c-6722-4bcb-bfe7-1bf7d5db162e', 'content-length': '813', 'openstack-api-version': 'volume 3.9', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a39ca2c-6722-4bcb-bfe7-1bf7d5db162e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/55c0a719495842de958d3c4ba5ec87b2/volumes'} Body: b'{"volume": {"id": "a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:39.084008", "updated_at": null, "name": "tempest-VolumesBackupsV39Test-Volume-172449468", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1"}], "user_id": "d13d3e354fdd4d42af76e14e213de559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:40:39,309 132210 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsV39Test:test_update_backup): 200 GET http://10.222.0.17/volume/v3/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1 0.081s 2022-07-23 21:40:39,310 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.9', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-043c0500-bd12-4a40-916d-3af077359dd9', 'content-length': '881', 'openstack-api-version': 'volume 3.9', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-043c0500-bd12-4a40-916d-3af077359dd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1'} Body: b'{"volume": {"id": "a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:39.000000", "updated_at": null, "name": "tempest-VolumesBackupsV39Test-Volume-172449468", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1"}], "user_id": "d13d3e354fdd4d42af76e14e213de559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "55c0a719495842de958d3c4ba5ec87b2"}}' 2022-07-23 21:40:40,362 132210 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsV39Test:test_update_backup): 200 GET http://10.222.0.17/volume/v3/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1 0.044s 2022-07-23 21:40:40,362 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.9', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-928feae5-b210-405a-93c6-bf5f7d14f02e', 'content-length': '902', 'openstack-api-version': 'volume 3.9', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-928feae5-b210-405a-93c6-bf5f7d14f02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1'} Body: b'{"volume": {"id": "a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:39.000000", "updated_at": "2022-07-23T21:40:39.000000", "name": "tempest-VolumesBackupsV39Test-Volume-172449468", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/55c0a719495842de958d3c4ba5ec87b2/volumes/a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1"}], "user_id": "d13d3e354fdd4d42af76e14e213de559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "55c0a719495842de958d3c4ba5ec87b2"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_backup.py", line 180, in test_update_backup volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a05fc90d-a2d4-4d2f-bb02-ddefec4a0ef1 failed to build and is in ERROR status |
||||||
tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
fail
ft46.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:36:49,628 132217 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a 0.296s 2022-07-23 21:36:49,628 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8a548c07-6bfb-4112-83af-029c7602ca09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "d6f3124c18f04946a431e587fc205bd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "created_at": "2022-07-23T21:04:28Z", "updated_at": "2022-07-23T21:04:44Z", "tags": [], "self": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a", "file": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a/file", "schema": "/v2/schemas/image"}' 2022-07-23 21:36:50,204 132217 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes 0.575s 2022-07-23 21:36:50,204 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1490145863"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e8ccea-651c-4076-ad5e-89354a8ebeb4', 'content-length': '809', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e8ccea-651c-4076-ad5e-89354a8ebeb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes'} Body: b'{"volume": {"id": "17f11009-9133-4554-a345-b875a1f38176", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:50.070175", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1490145863", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176"}], "user_id": "d76aaa41e36c43008be9b7b0e8a7a7b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:36:50,316 132217 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176 0.105s 2022-07-23 21:36:50,317 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46f98453-359c-45e3-83d2-d8a5b7c34ec3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46f98453-359c-45e3-83d2-d8a5b7c34ec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176'} Body: b'{"volume": {"id": "17f11009-9133-4554-a345-b875a1f38176", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:50.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1490145863", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176"}], "user_id": "d76aaa41e36c43008be9b7b0e8a7a7b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e15b4d214a734cada5f9750280d04670"}}' 2022-07-23 21:36:51,407 132217 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176 0.083s 2022-07-23 21:36:51,408 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b15b1a0d-f1f1-4f3d-b350-72d492d2e508', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b15b1a0d-f1f1-4f3d-b350-72d492d2e508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176'} Body: b'{"volume": {"id": "17f11009-9133-4554-a345-b875a1f38176", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:50.000000", "updated_at": "2022-07-23T21:36:50.000000", "name": "tempest-VolumesCloneTest-Volume-1490145863", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/e15b4d214a734cada5f9750280d04670/volumes/17f11009-9133-4554-a345-b875a1f38176"}], "user_id": "d76aaa41e36c43008be9b7b0e8a7a7b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e15b4d214a734cada5f9750280d04670"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 17f11009-9133-4554-a345-b875a1f38176 failed to build and is in ERROR status |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
fail
ft46.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:36:51,742 132217 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes 0.321s 2022-07-23 21:36:51,742 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesCloneTest-Volume-2029109317"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c13a7e91-3ee1-493a-99b2-3e7c25e51c51', 'content-length': '809', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c13a7e91-3ee1-493a-99b2-3e7c25e51c51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes'} Body: b'{"volume": {"id": "32304df7-96d2-450b-8ac9-99943b2cbc81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:51.637794", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2029109317", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81"}], "user_id": "d76aaa41e36c43008be9b7b0e8a7a7b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:36:51,798 132217 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81 0.049s 2022-07-23 21:36:51,798 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45a6ffe-d23f-4a0f-bdd6-d0fa5f40e2b6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45a6ffe-d23f-4a0f-bdd6-d0fa5f40e2b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81'} Body: b'{"volume": {"id": "32304df7-96d2-450b-8ac9-99943b2cbc81", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:52.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2029109317", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81"}], "user_id": "d76aaa41e36c43008be9b7b0e8a7a7b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e15b4d214a734cada5f9750280d04670"}}' 2022-07-23 21:36:52,860 132217 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81 0.054s 2022-07-23 21:36:52,861 132217 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae1ce0f4-fd00-465a-bb99-40c96c3a5c77', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae1ce0f4-fd00-465a-bb99-40c96c3a5c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81'} Body: b'{"volume": {"id": "32304df7-96d2-450b-8ac9-99943b2cbc81", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:36:52.000000", "updated_at": "2022-07-23T21:36:52.000000", "name": "tempest-VolumesCloneTest-Volume-2029109317", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/e15b4d214a734cada5f9750280d04670/volumes/32304df7-96d2-450b-8ac9-99943b2cbc81"}], "user_id": "d76aaa41e36c43008be9b7b0e8a7a7b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e15b4d214a734cada5f9750280d04670"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 32304df7-96d2-450b-8ac9-99943b2cbc81 failed to build and is in ERROR status |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
fail
ft47.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:39:18,647 132203 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.222.0.17/volume/v3/eeed151f3d9744e9aa4055afd51d8645/volumes 0.519s 2022-07-23 21:39:18,648 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 2, "name": "tempest-VolumesCloneNegativeTest-Volume-110587090"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd863928-d1f6-4626-9c32-4e89a3403b98', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd863928-d1f6-4626-9c32-4e89a3403b98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/eeed151f3d9744e9aa4055afd51d8645/volumes'} Body: b'{"volume": {"id": "6e8c40b8-ad62-4a76-a2c2-d82403b17e04", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-07-23T21:39:18.529957", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-110587090", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04"}], "user_id": "ba1952dad916474d8ae8778c02cb2fcb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:39:18,742 132203 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.222.0.17/volume/v3/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04 0.087s 2022-07-23 21:39:18,743 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaaef4cb-b1c6-4b2e-b11a-49a552a1efc1', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaaef4cb-b1c6-4b2e-b11a-49a552a1efc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04'} Body: b'{"volume": {"id": "6e8c40b8-ad62-4a76-a2c2-d82403b17e04", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-07-23T21:39:19.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-110587090", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04"}], "user_id": "ba1952dad916474d8ae8778c02cb2fcb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeed151f3d9744e9aa4055afd51d8645"}}' 2022-07-23 21:39:19,834 132203 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.222.0.17/volume/v3/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04 0.084s 2022-07-23 21:39:19,834 132203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9691587c-8749-404c-a463-f3e87160a101', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9691587c-8749-404c-a463-f3e87160a101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04'} Body: b'{"volume": {"id": "6e8c40b8-ad62-4a76-a2c2-d82403b17e04", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2022-07-23T21:39:19.000000", "updated_at": "2022-07-23T21:39:19.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-110587090", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/eeed151f3d9744e9aa4055afd51d8645/volumes/6e8c40b8-ad62-4a76-a2c2-d82403b17e04"}], "user_id": "ba1952dad916474d8ae8778c02cb2fcb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eeed151f3d9744e9aa4055afd51d8645"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6e8c40b8-ad62-4a76-a2c2-d82403b17e04 failed to build and is in ERROR status |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
fail
ft48.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:30:33,521 132216 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a 0.219s 2022-07-23 21:30:33,522 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bd2ead77-377e-4248-8f55-938552044c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "d6f3124c18f04946a431e587fc205bd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "created_at": "2022-07-23T21:04:28Z", "updated_at": "2022-07-23T21:04:44Z", "tags": [], "self": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a", "file": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a/file", "schema": "/v2/schemas/image"}' 2022-07-23 21:30:34,499 132216 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes 0.976s 2022-07-23 21:30:34,499 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "size": 1, "name": "tempest-VolumesExtendTest-Volume-118156881"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9064e56-52fd-4203-be19-cdce7ff30459', 'content-length': '809', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9064e56-52fd-4203-be19-cdce7ff30459', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes'} Body: b'{"volume": {"id": "c14e21dd-2715-47bc-9e47-ea5525c3c834", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:30:34.267079", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-118156881", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834"}], "user_id": "2cafc576a9884009bf5f07601d8e63b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:30:34,761 132216 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834 0.255s 2022-07-23 21:30:34,761 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d2cbf01-5720-48f3-9b83-ac60a0df493a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d2cbf01-5720-48f3-9b83-ac60a0df493a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834'} Body: b'{"volume": {"id": "c14e21dd-2715-47bc-9e47-ea5525c3c834", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:30:34.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-118156881", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834"}], "user_id": "2cafc576a9884009bf5f07601d8e63b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5f95eb2028749208a60ffcbc8081e8e"}}' 2022-07-23 21:30:35,935 132216 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834 0.166s 2022-07-23 21:30:35,935 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03d73271-2598-4cfd-a118-2a779db1e059', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03d73271-2598-4cfd-a118-2a779db1e059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834'} Body: b'{"volume": {"id": "c14e21dd-2715-47bc-9e47-ea5525c3c834", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:30:34.000000", "updated_at": "2022-07-23T21:30:35.000000", "name": "tempest-VolumesExtendTest-Volume-118156881", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b5f95eb2028749208a60ffcbc8081e8e/volumes/c14e21dd-2715-47bc-9e47-ea5525c3c834"}], "user_id": "2cafc576a9884009bf5f07601d8e63b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5f95eb2028749208a60ffcbc8081e8e"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c14e21dd-2715-47bc-9e47-ea5525c3c834 failed to build and is in ERROR status |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
fail
ft48.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:30:36,535 132216 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes 0.586s 2022-07-23 21:30:36,535 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesExtendTest-Volume-1169633215"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f55e71b-962d-4884-bd05-c8bcea9acac2', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f55e71b-962d-4884-bd05-c8bcea9acac2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes'} Body: b'{"volume": {"id": "5a095a59-d29b-4827-b89d-990576eeb2d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:30:36.318632", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1169633215", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0"}], "user_id": "2cafc576a9884009bf5f07601d8e63b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:30:36,646 132216 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0 0.104s 2022-07-23 21:30:36,647 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24299716-d9f8-4294-8a49-13dfe1a61ca8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24299716-d9f8-4294-8a49-13dfe1a61ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0'} Body: b'{"volume": {"id": "5a095a59-d29b-4827-b89d-990576eeb2d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:30:36.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1169633215", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0"}], "user_id": "2cafc576a9884009bf5f07601d8e63b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5f95eb2028749208a60ffcbc8081e8e"}}' 2022-07-23 21:30:37,804 132216 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0 0.150s 2022-07-23 21:30:37,804 132216 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:30:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df7d7027-f31f-4068-8042-307c974b0563', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df7d7027-f31f-4068-8042-307c974b0563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0'} Body: b'{"volume": {"id": "5a095a59-d29b-4827-b89d-990576eeb2d0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:30:36.000000", "updated_at": "2022-07-23T21:30:37.000000", "name": "tempest-VolumesExtendTest-Volume-1169633215", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b5f95eb2028749208a60ffcbc8081e8e/volumes/5a095a59-d29b-4827-b89d-990576eeb2d0"}], "user_id": "2cafc576a9884009bf5f07601d8e63b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5f95eb2028749208a60ffcbc8081e8e"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5a095a59-d29b-4827-b89d-990576eeb2d0 failed to build and is in ERROR status |
||||||
tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
fail
ft49.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:42,532 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes 0.373s 2022-07-23 21:40:42,532 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-365398730", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8168552-24f1-40e2-ab9e-f7fce52e46eb', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8168552-24f1-40e2-ab9e-f7fce52e46eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes'} Body: b'{"volume": {"id": "a6b65555-040f-40f2-bcd3-04e6ffa91ee8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:42.458769", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-365398730", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8"}], "user_id": "7a04d41e1db440e28b37de86a00debd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:40:42,592 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8 0.053s 2022-07-23 21:40:42,592 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-976ef877-2fb1-4e05-b5cd-c04e33293d32', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-976ef877-2fb1-4e05-b5cd-c04e33293d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8'} Body: b'{"volume": {"id": "a6b65555-040f-40f2-bcd3-04e6ffa91ee8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:42.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-365398730", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8"}], "user_id": "7a04d41e1db440e28b37de86a00debd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "159b9a8a61114a35819e2a692ededf60"}}' 2022-07-23 21:40:43,640 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8 0.041s 2022-07-23 21:40:43,641 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bcd4014-75a3-4554-808e-ec8eb7760181', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bcd4014-75a3-4554-808e-ec8eb7760181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8'} Body: b'{"volume": {"id": "a6b65555-040f-40f2-bcd3-04e6ffa91ee8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:42.000000", "updated_at": "2022-07-23T21:40:43.000000", "name": "tempest-VolumesGetTest-Volume-365398730", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8"}], "user_id": "7a04d41e1db440e28b37de86a00debd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "159b9a8a61114a35819e2a692ededf60"}}' 2022-07-23 21:40:43,771 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8 0.113s 2022-07-23 21:40:43,771 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73c5851f-1c3a-4eae-810f-a62e343ee84e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8'} Body: b'' 2022-07-23 21:40:43,833 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8 0.061s 2022-07-23 21:40:43,833 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c52348fd-4016-42c9-b8af-24dcd878535b', 'x-openstack-request-id': 'req-c52348fd-4016-42c9-b8af-24dcd878535b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/a6b65555-040f-40f2-bcd3-04e6ffa91ee8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a6b65555-040f-40f2-bcd3-04e6ffa91ee8 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a6b65555-040f-40f2-bcd3-04e6ffa91ee8 failed to build and is in ERROR status |
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
fail
ft49.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:44,042 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 202 POST http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes 0.207s 2022-07-23 21:40:44,043 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-1687287299"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf7ea11-66eb-4afd-9cac-f709018f4fdd', 'content-length': '807', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf7ea11-66eb-4afd-9cac-f709018f4fdd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes'} Body: b'{"volume": {"id": "8c707434-f9ab-439d-b72d-a7afd914fc0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:43.968975", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1687287299", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b"}], "user_id": "7a04d41e1db440e28b37de86a00debd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:40:44,090 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b 0.041s 2022-07-23 21:40:44,091 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68c81955-d8e7-4dfc-9734-bef57376016c', 'content-length': '875', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68c81955-d8e7-4dfc-9734-bef57376016c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b'} Body: b'{"volume": {"id": "8c707434-f9ab-439d-b72d-a7afd914fc0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:44.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1687287299", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b"}], "user_id": "7a04d41e1db440e28b37de86a00debd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "159b9a8a61114a35819e2a692ededf60"}}' 2022-07-23 21:40:45,140 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b 0.042s 2022-07-23 21:40:45,140 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fa0253b-76d3-4588-a25c-08c6a4e27018', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fa0253b-76d3-4588-a25c-08c6a4e27018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b'} Body: b'{"volume": {"id": "8c707434-f9ab-439d-b72d-a7afd914fc0b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:44.000000", "updated_at": "2022-07-23T21:40:44.000000", "name": "tempest-VolumesGetTest-Volume-1687287299", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/159b9a8a61114a35819e2a692ededf60/volumes/8c707434-f9ab-439d-b72d-a7afd914fc0b"}], "user_id": "7a04d41e1db440e28b37de86a00debd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "159b9a8a61114a35819e2a692ededf60"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8c707434-f9ab-439d-b72d-a7afd914fc0b failed to build and is in ERROR status |
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
fail
ft49.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:45,171 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a 0.021s 2022-07-23 21:40:45,171 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-724b3f54-d89d-48f2-8688-3dd0f7e59a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "d6f3124c18f04946a431e587fc205bd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "created_at": "2022-07-23T21:04:28Z", "updated_at": "2022-07-23T21:04:44Z", "tags": [], "self": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a", "file": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a/file", "schema": "/v2/schemas/image"}' 2022-07-23 21:40:45,516 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 202 POST http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes 0.344s 2022-07-23 21:40:45,516 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "size": 1, "name": "tempest-VolumesGetTest-Volume-417294505", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9e52f20-745d-4bb9-a76f-132328705973', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9e52f20-745d-4bb9-a76f-132328705973', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes'} Body: b'{"volume": {"id": "f85ba2fd-ead1-4e4a-9d58-468007c9912c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:45.447114", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-417294505", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c"}], "user_id": "7a04d41e1db440e28b37de86a00debd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:40:45,564 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c 0.041s 2022-07-23 21:40:45,565 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c6c7278-c0b7-48d4-9088-8ae25dd517bf', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c6c7278-c0b7-48d4-9088-8ae25dd517bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c'} Body: b'{"volume": {"id": "f85ba2fd-ead1-4e4a-9d58-468007c9912c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:45.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-417294505", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c"}], "user_id": "7a04d41e1db440e28b37de86a00debd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "159b9a8a61114a35819e2a692ededf60"}}' 2022-07-23 21:40:46,614 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c 0.041s 2022-07-23 21:40:46,614 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8719096-c48b-4946-a69f-3d320b76c2f3', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8719096-c48b-4946-a69f-3d320b76c2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c'} Body: b'{"volume": {"id": "f85ba2fd-ead1-4e4a-9d58-468007c9912c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:40:45.000000", "updated_at": "2022-07-23T21:40:46.000000", "name": "tempest-VolumesGetTest-Volume-417294505", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c"}], "user_id": "7a04d41e1db440e28b37de86a00debd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "159b9a8a61114a35819e2a692ededf60"}}' 2022-07-23 21:40:46,730 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c 0.109s 2022-07-23 21:40:46,731 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd992908-d1bd-4254-828a-33dd3ccc9985', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c'} Body: b'' 2022-07-23 21:40:46,752 132210 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c 0.020s 2022-07-23 21:40:46,752 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c7447f0-00df-4711-9226-11c8460795c3', 'x-openstack-request-id': 'req-7c7447f0-00df-4711-9226-11c8460795c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/159b9a8a61114a35819e2a692ededf60/volumes/f85ba2fd-ead1-4e4a-9d58-468007c9912c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f85ba2fd-ead1-4e4a-9d58-468007c9912c could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f85ba2fd-ead1-4e4a-9d58-468007c9912c failed to build and is in ERROR status |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt50.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt50.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt50.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt50.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt50.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
fail
ft50.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:40:27,607 132212 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.222.0.17/volume/v3/3211731ca94a4776a63d3f0ff54c0be5/volumes 0.247s 2022-07-23 21:40:27,608 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1644087684"}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c221ac-295a-47c6-b9d1-3fe39e89fedc', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c221ac-295a-47c6-b9d1-3fe39e89fedc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/3211731ca94a4776a63d3f0ff54c0be5/volumes'} Body: b'{"volume": {"id": "bc3db935-de30-43d2-a80e-908d0256c336", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-07-23T21:40:27.532118", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1644087684", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336"}], "user_id": "3596b56b58e84ad0a78db49897857c67", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:40:27,706 132212 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.17/volume/v3/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336 0.092s 2022-07-23 21:40:27,707 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a42e7f-384b-4f54-bd9d-332a52277e54', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a42e7f-384b-4f54-bd9d-332a52277e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336'} Body: b'{"volume": {"id": "bc3db935-de30-43d2-a80e-908d0256c336", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-07-23T21:40:28.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1644087684", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336"}], "user_id": "3596b56b58e84ad0a78db49897857c67", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3211731ca94a4776a63d3f0ff54c0be5"}}' 2022-07-23 21:40:28,753 132212 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.17/volume/v3/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336 0.039s 2022-07-23 21:40:28,754 132212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-179fa6cc-77b4-48af-9807-7939f180ee4b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-179fa6cc-77b4-48af-9807-7939f180ee4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336'} Body: b'{"volume": {"id": "bc3db935-de30-43d2-a80e-908d0256c336", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2022-07-23T21:40:28.000000", "updated_at": "2022-07-23T21:40:28.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1644087684", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/3211731ca94a4776a63d3f0ff54c0be5/volumes/bc3db935-de30-43d2-a80e-908d0256c336"}], "user_id": "3596b56b58e84ad0a78db49897857c67", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3211731ca94a4776a63d3f0ff54c0be5"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 131, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bc3db935-de30-43d2-a80e-908d0256c336 failed to build and is in ERROR status |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 0 | 2 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,volume] |
fail
ft51.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 22:17:38,604 181409 DEBUG [tempest.scenario.manager] paths: img: /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx, container_format: bare, disk_format: vhdx, properties: None 2022-07-23 22:17:38,806 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.17/image/v2/images 0.201s 2022-07-23 22:17:38,806 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--501406683", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '640', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/209e57f5-445a-46bc-9b16-8bdafe46280f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-633c2719-570b-41f1-b9e8-a945b8b632c1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/image/v2/images'} Body: b'{"name": "tempest-scenario-img--501406683", "disk_format": "vhdx", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ca0dd3e44fa14488a171994ee34ebdc8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "created_at": "2022-07-23T22:17:39Z", "updated_at": "2022-07-23T22:17:39Z", "tags": [], "self": "/v2/images/209e57f5-445a-46bc-9b16-8bdafe46280f", "file": "/v2/images/209e57f5-445a-46bc-9b16-8bdafe46280f/file", "schema": "/v2/schemas/image"}' 2022-07-23 22:17:47,979 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.222.0.17/image/v2/images/209e57f5-445a-46bc-9b16-8bdafe46280f/file 9.172s 2022-07-23 22:17:47,980 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f1a296e57f0> Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a3c318fd-f03f-407a-8a16-3921567c193a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/image/v2/images/209e57f5-445a-46bc-9b16-8bdafe46280f/file'} Body: b'' 2022-07-23 22:17:47,980 181409 DEBUG [tempest.scenario.manager] image:209e57f5-445a-46bc-9b16-8bdafe46280f 2022-07-23 22:17:48,044 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.061s 2022-07-23 22:17:48,045 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-171551447", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMUJXrQyg1uYKyuxNqN8DVXIYyYXt4PVBRMcJM8TOnd0gBgsq3PT0/VXQtDZ9DVfT/WneTQerk+40LSKcvpmDZ1EQGNi/5NIQ18yobAe5Nku4kgX8BIJp2vflawDNWtlRQ=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9651589-b4df-440f-8606-1ca1dd39d1b7', 'x-compute-request-id': 'req-e9651589-b4df-440f-8606-1ca1dd39d1b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-171551447", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMUJXrQyg1uYKyuxNqN8DVXIYyYXt4PVBRMcJM8TOnd0gBgsq3PT0/VXQtDZ9DVfT/WneTQerk+40LSKcvpmDZ1EQGNi/5NIQ18yobAe5Nku4kgX8BIJp2vflawDNWtlRQ==", "fingerprint": "42:ec:3a:df:d9:ac:52:6d:0c:ee:c4:b8:2a:a1:52:a0", "user_id": "4e7399a71fa0499f8a305c8f79a0be97"}}' 2022-07-23 22:17:48,089 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.037s 2022-07-23 22:17:48,090 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0f465e4e-08e8-488d-8842-9495fd4835c8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4e7399a71fa0499f8a305c8f79a0be97", "name": "tempest-TestMinimumBasicScenario-1035013710-project", "password_expires_at": null}, "audit_ids": ["wl5Xf03LTLS9QSX9z0flSg"], "expires_at": "2022-07-23T23:17:48.000000Z", "issued_at": "2022-07-23T22:17:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ca0dd3e44fa14488a171994ee34ebdc8", "name": "tempest-TestMinimumBasicScenario-1035013710"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_ca0dd3e44fa14488a171994ee34ebdc8", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/ca0dd3e44fa14488a171994ee34ebdc8", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 22:17:48,091 181409 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'd2216893-28aa-4281-aaae-e941197924b3', 'name': 'tempest-TestMinimumBasicScenario-468314494-network', 'tenant_id': 'ca0dd3e44fa14488a171994ee34ebdc8', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ca0dd3e44fa14488a171994ee34ebdc8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 197, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T22:17:29Z', 'updated_at': '2022-07-23T22:17:29Z', 'revision_number': 1} available for tenant 2022-07-23 22:17:48,670 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.222.0.17/compute/v2.1/servers 0.578s 2022-07-23 22:17:48,671 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1213159864", "imageRef": "209e57f5-445a-46bc-9b16-8bdafe46280f", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-171551447", "networks": [{"uuid": "d2216893-28aa-4281-aaae-e941197924b3"}]}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79c54244-a78c-4244-a4f6-e45789dcfb45', 'x-compute-request-id': 'req-79c54244-a78c-4244-a4f6-e45789dcfb45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "N6YHdnRsvW6j"}}' 2022-07-23 22:17:48,746 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.073s 2022-07-23 22:17:48,747 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1258', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb510b77-890d-4398-b1d1-5ad95e9e07b5', 'x-compute-request-id': 'req-eb510b77-890d-4398-b1d1-5ad95e9e07b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:49Z", "updated": "2022-07-23T22:17:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:17:49,848 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.093s 2022-07-23 22:17:49,849 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca0c0ba-c237-4a82-97eb-ee487c0bbbba', 'x-compute-request-id': 'req-3ca0c0ba-c237-4a82-97eb-ee487c0bbbba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:17:49,856 181409 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2022-07-23 22:17:51,058 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.200s 2022-07-23 22:17:51,058 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a99fa86-ecc8-4d47-bef5-c810baf53634', 'x-compute-request-id': 'req-2a99fa86-ecc8-4d47-bef5-c810baf53634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:17:51,066 181409 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2022-07-23 22:17:52,254 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.187s 2022-07-23 22:17:52,255 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fe0cd95-663f-45fc-a514-2916134486ac', 'x-compute-request-id': 'req-5fe0cd95-663f-45fc-a514-2916134486ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:17:53,450 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.187s 2022-07-23 22:17:53,451 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ead9f181-4c14-4d4c-b25c-fabff6c41b87', 'x-compute-request-id': 'req-ead9f181-4c14-4d4c-b25c-fabff6c41b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:17:54,639 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.179s 2022-07-23 22:17:54,639 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99f292d9-47d2-4604-9fa4-51b9cd8f64be', 'x-compute-request-id': 'req-99f292d9-47d2-4604-9fa4-51b9cd8f64be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:17:55,845 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.197s 2022-07-23 22:17:55,846 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a22cf838-f5c3-4e45-b9fd-f277188a4091', 'x-compute-request-id': 'req-a22cf838-f5c3-4e45-b9fd-f277188a4091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:17:57,018 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.164s 2022-07-23 22:17:57,018 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-438ca3f3-a7bd-4ea6-a537-9550ac40b9d6', 'x-compute-request-id': 'req-438ca3f3-a7bd-4ea6-a537-9550ac40b9d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:17:58,355 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.328s 2022-07-23 22:17:58,355 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f8ae64e-1317-43b3-9af3-69e62f5ece56', 'x-compute-request-id': 'req-5f8ae64e-1317-43b3-9af3-69e62f5ece56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:17:59,527 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.163s 2022-07-23 22:17:59,527 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-014d55aa-86f2-4d38-9994-bb466be3ea50', 'x-compute-request-id': 'req-014d55aa-86f2-4d38-9994-bb466be3ea50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:00,710 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.174s 2022-07-23 22:18:00,711 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9837aaf-11c3-40d1-9b62-976402dec6d6', 'x-compute-request-id': 'req-b9837aaf-11c3-40d1-9b62-976402dec6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:01,889 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.169s 2022-07-23 22:18:01,890 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12fca139-a8ca-4805-9a05-0f5fa064c719', 'x-compute-request-id': 'req-12fca139-a8ca-4805-9a05-0f5fa064c719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:03,061 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.162s 2022-07-23 22:18:03,062 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74e44462-7b4b-4743-8fbd-20c49a67973c', 'x-compute-request-id': 'req-74e44462-7b4b-4743-8fbd-20c49a67973c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:04,237 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.167s 2022-07-23 22:18:04,237 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d99f4c8e-77e1-4870-97ae-264f19633f26', 'x-compute-request-id': 'req-d99f4c8e-77e1-4870-97ae-264f19633f26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:17:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:05,402 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.156s 2022-07-23 22:18:05,402 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a50f69c-a770-4f11-9061-c17d6d24324d', 'x-compute-request-id': 'req-6a50f69c-a770-4f11-9061-c17d6d24324d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:18:04Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:f6:62"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": "2022-07-23T22:18:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:05,410 181409 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait 2022-07-23 22:18:05,573 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.163s 2022-07-23 22:18:05,573 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e69f991-cd4e-432d-89ad-02cf76870442', 'x-compute-request-id': 'req-5e69f991-cd4e-432d-89ad-02cf76870442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:18:04Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:f6:62"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": "2022-07-23T22:18:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:05,656 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers 0.074s 2022-07-23 22:18:05,656 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '343', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9463ec6-fed0-4dfc-bb6b-b97933f7058f', 'x-compute-request-id': 'req-e9463ec6-fed0-4dfc-bb6b-b97933f7058f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"servers": [{"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}]}]}' 2022-07-23 22:18:05,826 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.167s 2022-07-23 22:18:05,827 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd61d3d9-ca7e-4bb9-a221-8a6e73b6b0ea', 'x-compute-request-id': 'req-dd61d3d9-ca7e-4bb9-a221-8a6e73b6b0ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:18:04Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:f6:62"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": "2022-07-23T22:18:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:06,092 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes 0.258s 2022-07-23 22:18:06,093 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-2101968643", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6ad6280-a55d-4675-a00b-3f5ad4e78a90', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6ad6280-a55d-4675-a00b-3f5ad4e78a90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes'} Body: b'{"volume": {"id": "b98dc01c-c02e-4c6c-b617-89914bd4d47f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:18:06.016472", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2101968643", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f"}], "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 22:18:06,142 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f 0.042s 2022-07-23 22:18:06,142 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7ac0e01-416b-446e-9d00-e01f82e64038', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7ac0e01-416b-446e-9d00-e01f82e64038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f'} Body: b'{"volume": {"id": "b98dc01c-c02e-4c6c-b617-89914bd4d47f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:18:06.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2101968643", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f"}], "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8"}}' 2022-07-23 22:18:07,200 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f 0.049s 2022-07-23 22:18:07,201 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-559cad13-5f99-4b34-973d-11f538fd2ee9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-559cad13-5f99-4b34-973d-11f538fd2ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f'} Body: b'{"volume": {"id": "b98dc01c-c02e-4c6c-b617-89914bd4d47f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:18:06.000000", "updated_at": "2022-07-23T22:18:06.000000", "name": "tempest-TestMinimumBasicScenario-volume-2101968643", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f"}], "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8"}}' 2022-07-23 22:18:07,333 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f 0.118s 2022-07-23 22:18:07,334 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdc02704-2590-4b69-8ef9-f0c5b7981d69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f'} Body: b'' 2022-07-23 22:18:07,364 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f 0.029s 2022-07-23 22:18:07,364 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e638f24-11e7-4474-8847-f5866005ec6c', 'x-openstack-request-id': 'req-8e638f24-11e7-4474-8847-f5866005ec6c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/b98dc01c-c02e-4c6c-b617-89914bd4d47f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b98dc01c-c02e-4c6c-b617-89914bd4d47f could not be found."}}' 2022-07-23 22:18:07,490 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.125s 2022-07-23 22:18:07,490 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fe21b6d-096c-42b3-91b0-656010b23013', 'x-compute-request-id': 'req-8fe21b6d-096c-42b3-91b0-656010b23013', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'' 2022-07-23 22:18:07,647 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.157s 2022-07-23 22:18:07,648 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c486770-cae7-4cb7-bf12-5fa474297beb', 'x-compute-request-id': 'req-5c486770-cae7-4cb7-bf12-5fa474297beb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:18:07Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:f6:62"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": "2022-07-23T22:18:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:08,826 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.168s 2022-07-23 22:18:08,826 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5217d997-4a5d-4701-9237-a437c5324f9c', 'x-compute-request-id': 'req-5217d997-4a5d-4701-9237-a437c5324f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"server": {"id": "b58a923e-a080-4959-9d06-9e6d69845a6d", "name": "tempest-TestMinimumBasicScenario-server-1213159864", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "209e57f5-445a-46bc-9b16-8bdafe46280f", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/209e57f5-445a-46bc-9b16-8bdafe46280f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:17:48Z", "updated": "2022-07-23T22:18:07Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:f6:62"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/b58a923e-a080-4959-9d06-9e6d69845a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-171551447", "OS-SRV-USG:launched_at": "2022-07-23T22:18:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:09,870 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d 0.036s 2022-07-23 22:18:09,870 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-281abb53-224e-4875-bb5c-f586d4b1d5cb', 'x-compute-request-id': 'req-281abb53-224e-4875-bb5c-f586d4b1d5cb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/b58a923e-a080-4959-9d06-9e6d69845a6d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b58a923e-a080-4959-9d06-9e6d69845a6d could not be found."}}' 2022-07-23 22:18:09,903 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-171551447 0.032s 2022-07-23 22:18:09,903 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4ea5cea-5eb2-403d-9bb0-1b858d6c8226', 'x-compute-request-id': 'req-e4ea5cea-5eb2-403d-9bb0-1b858d6c8226', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-171551447'} Body: b'' 2022-07-23 22:18:10,382 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.17/image/v2/images/209e57f5-445a-46bc-9b16-8bdafe46280f 0.478s 2022-07-23 22:18:10,382 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6a0a8630-0037-45eb-a4de-ac6ff60bafad', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/image/v2/images/209e57f5-445a-46bc-9b16-8bdafe46280f'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 217, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 363, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b98dc01c-c02e-4c6c-b617-89914bd4d47f failed to build and is in ERROR status |
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
fail
ft51.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 22:18:10,387 181409 DEBUG [tempest.scenario.manager] paths: img: /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx, container_format: bare, disk_format: vhdx, properties: None 2022-07-23 22:18:10,432 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.17/image/v2/images 0.044s 2022-07-23 22:18:10,432 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--228563637", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '640', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/186d1b88-3d29-4264-bef0-80d9bc182a48', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-cc029aa6-aaad-4bd6-b6af-347093a245fe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/image/v2/images'} Body: b'{"name": "tempest-scenario-img--228563637", "disk_format": "vhdx", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ca0dd3e44fa14488a171994ee34ebdc8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "created_at": "2022-07-23T22:18:10Z", "updated_at": "2022-07-23T22:18:10Z", "tags": [], "self": "/v2/images/186d1b88-3d29-4264-bef0-80d9bc182a48", "file": "/v2/images/186d1b88-3d29-4264-bef0-80d9bc182a48/file", "schema": "/v2/schemas/image"}' 2022-07-23 22:18:18,686 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.17/image/v2/images/186d1b88-3d29-4264-bef0-80d9bc182a48/file 8.254s 2022-07-23 22:18:18,687 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f1a294894c0> Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6641ac3a-1efc-44e3-b557-0b8a1f586f1c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/image/v2/images/186d1b88-3d29-4264-bef0-80d9bc182a48/file'} Body: b'' 2022-07-23 22:18:18,687 181409 DEBUG [tempest.scenario.manager] image:186d1b88-3d29-4264-bef0-80d9bc182a48 2022-07-23 22:18:18,750 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.059s 2022-07-23 22:18:18,750 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-248092488", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHY7x+QUUg5pVJk66FcV7bUMxtnE1mHRN45p5+8jhbeWfEmqOcIXwQ4pcd0xIcPhJHvHm0k9jU5rFmraS7SZjob7i8r4zDZ3fD8ZOUNyMyh5Cd4ZUN1dai8ZK7LBnPeW8w=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f06d84c4-a438-46bb-ab77-f1e592f5ea1b', 'x-compute-request-id': 'req-f06d84c4-a438-46bb-ab77-f1e592f5ea1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-248092488", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHY7x+QUUg5pVJk66FcV7bUMxtnE1mHRN45p5+8jhbeWfEmqOcIXwQ4pcd0xIcPhJHvHm0k9jU5rFmraS7SZjob7i8r4zDZ3fD8ZOUNyMyh5Cd4ZUN1dai8ZK7LBnPeW8w==", "fingerprint": "d5:b5:72:60:66:90:1d:35:57:5a:08:b9:e9:dd:3d:ad", "user_id": "4e7399a71fa0499f8a305c8f79a0be97"}}' 2022-07-23 22:18:18,790 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.032s 2022-07-23 22:18:18,790 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-757096a0-3ba5-4b28-ae00-e998c3a9a2ed', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4e7399a71fa0499f8a305c8f79a0be97", "name": "tempest-TestMinimumBasicScenario-1035013710-project", "password_expires_at": null}, "audit_ids": ["gaqzDgTVRUO9dycTGGf_4w"], "expires_at": "2022-07-23T23:18:18.000000Z", "issued_at": "2022-07-23T22:18:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ca0dd3e44fa14488a171994ee34ebdc8", "name": "tempest-TestMinimumBasicScenario-1035013710"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_ca0dd3e44fa14488a171994ee34ebdc8", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/ca0dd3e44fa14488a171994ee34ebdc8", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 22:18:18,791 181409 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'd2216893-28aa-4281-aaae-e941197924b3', 'name': 'tempest-TestMinimumBasicScenario-468314494-network', 'tenant_id': 'ca0dd3e44fa14488a171994ee34ebdc8', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ca0dd3e44fa14488a171994ee34ebdc8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 197, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T22:17:29Z', 'updated_at': '2022-07-23T22:17:29Z', 'revision_number': 1} available for tenant 2022-07-23 22:18:19,430 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.17/compute/v2.1/servers 0.638s 2022-07-23 22:18:19,431 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1185585704", "imageRef": "186d1b88-3d29-4264-bef0-80d9bc182a48", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-248092488", "networks": [{"uuid": "d2216893-28aa-4281-aaae-e941197924b3"}]}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c39d07e1-997f-4007-b6d2-08ea1799e371', 'x-compute-request-id': 'req-c39d07e1-997f-4007-b6d2-08ea1799e371', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "mKWXvZ4UVhdG"}}' 2022-07-23 22:18:19,505 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.072s 2022-07-23 22:18:19,506 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1258', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9254e69-d9ac-495f-8424-54a2f0cf0298', 'x-compute-request-id': 'req-d9254e69-d9ac-495f-8424-54a2f0cf0298', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:20,608 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.094s 2022-07-23 22:18:20,609 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0df913d-654d-4b8a-a785-9c3252805c37', 'x-compute-request-id': 'req-f0df913d-654d-4b8a-a785-9c3252805c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:20,616 181409 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2022-07-23 22:18:21,786 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.169s 2022-07-23 22:18:21,787 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-199e7f5c-720f-43ef-ba56-127b12bb08b4', 'x-compute-request-id': 'req-199e7f5c-720f-43ef-ba56-127b12bb08b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:21,794 181409 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2022-07-23 22:18:22,987 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.190s 2022-07-23 22:18:22,987 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06a8ab6a-4e7a-440b-9e22-8b59245ee33a', 'x-compute-request-id': 'req-06a8ab6a-4e7a-440b-9e22-8b59245ee33a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:24,171 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.175s 2022-07-23 22:18:24,171 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98bc7e8d-af25-4e01-9426-821c2eb798bd', 'x-compute-request-id': 'req-98bc7e8d-af25-4e01-9426-821c2eb798bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:25,351 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.171s 2022-07-23 22:18:25,351 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-618ae3ea-08fe-4516-a229-296c156880a5', 'x-compute-request-id': 'req-618ae3ea-08fe-4516-a229-296c156880a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:26,531 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.171s 2022-07-23 22:18:26,532 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff3df381-fc38-404c-bd4d-5ab50a91105c', 'x-compute-request-id': 'req-ff3df381-fc38-404c-bd4d-5ab50a91105c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:27,708 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.168s 2022-07-23 22:18:27,709 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f2fab8f-6def-4639-b457-539bfebeab38', 'x-compute-request-id': 'req-3f2fab8f-6def-4639-b457-539bfebeab38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:28,889 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.172s 2022-07-23 22:18:28,890 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e7788f4-43eb-4d16-a23a-544b3515aecd', 'x-compute-request-id': 'req-1e7788f4-43eb-4d16-a23a-544b3515aecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:30,065 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.167s 2022-07-23 22:18:30,065 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96c23154-feee-4a9a-a299-5a3306ace6a6', 'x-compute-request-id': 'req-96c23154-feee-4a9a-a299-5a3306ace6a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:31,230 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.156s 2022-07-23 22:18:31,231 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96861ec9-e332-4515-b52f-dc8d1d043dd3', 'x-compute-request-id': 'req-96861ec9-e332-4515-b52f-dc8d1d043dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:32,411 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.169s 2022-07-23 22:18:32,411 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2660148a-5ca8-4e35-801d-b4eeb1fcb0fe', 'x-compute-request-id': 'req-2660148a-5ca8-4e35-801d-b4eeb1fcb0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:33,587 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.167s 2022-07-23 22:18:33,587 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43f9dd00-70f8-4728-9e55-56ccfc5ab47b', 'x-compute-request-id': 'req-43f9dd00-70f8-4728-9e55-56ccfc5ab47b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:34,758 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.162s 2022-07-23 22:18:34,758 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c698eac-a158-4f60-945e-ccc036ee6c29', 'x-compute-request-id': 'req-3c698eac-a158-4f60-945e-ccc036ee6c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:35,939 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.171s 2022-07-23 22:18:35,939 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc72bd4a-c880-4937-8a37-8ec146224f78', 'x-compute-request-id': 'req-bc72bd4a-c880-4937-8a37-8ec146224f78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "BUILD", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:37,116 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.167s 2022-07-23 22:18:37,116 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-040a3f47-deea-4382-8b28-0a38d631ff63', 'x-compute-request-id': 'req-040a3f47-deea-4382-8b28-0a38d631ff63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:37Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:8b:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": "2022-07-23T22:18:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:37,124 181409 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait 2022-07-23 22:18:37,281 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.157s 2022-07-23 22:18:37,281 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed28c8b-6d3e-4586-b0b8-f85314b374a6', 'x-compute-request-id': 'req-4ed28c8b-6d3e-4586-b0b8-f85314b374a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:37Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:8b:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": "2022-07-23T22:18:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:37,365 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers 0.075s 2022-07-23 22:18:37,365 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '343', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-914e4512-47a5-4b7e-b121-2082e350cfb7', 'x-compute-request-id': 'req-914e4512-47a5-4b7e-b121-2082e350cfb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers'} Body: b'{"servers": [{"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}]}]}' 2022-07-23 22:18:37,544 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.176s 2022-07-23 22:18:37,544 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d967ac7f-7579-4494-9b13-ee05b921a351', 'x-compute-request-id': 'req-d967ac7f-7579-4494-9b13-ee05b921a351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:37Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:8b:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": "2022-07-23T22:18:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:37,774 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes 0.221s 2022-07-23 22:18:37,774 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-865841510", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29df3524-8842-474b-af23-3b01f87b69fd', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29df3524-8842-474b-af23-3b01f87b69fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes'} Body: b'{"volume": {"id": "f203fef9-2873-478a-ab70-b0c5bd15214b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:18:37.694683", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-865841510", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b"}], "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 22:18:37,830 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b 0.049s 2022-07-23 22:18:37,830 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ead2c05-adfa-4e3e-bc7a-6f2f8803006f', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ead2c05-adfa-4e3e-bc7a-6f2f8803006f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b'} Body: b'{"volume": {"id": "f203fef9-2873-478a-ab70-b0c5bd15214b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:18:38.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-865841510", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b"}], "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8"}}' 2022-07-23 22:18:38,881 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b 0.043s 2022-07-23 22:18:38,881 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6f765df-688a-45d7-a897-724d2cb81984', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6f765df-688a-45d7-a897-724d2cb81984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b'} Body: b'{"volume": {"id": "f203fef9-2873-478a-ab70-b0c5bd15214b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:18:38.000000", "updated_at": "2022-07-23T22:18:38.000000", "name": "tempest-TestMinimumBasicScenario-volume-865841510", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b"}], "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8"}}' 2022-07-23 22:18:39,001 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b 0.112s 2022-07-23 22:18:39,001 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19c07715-171f-46b6-92f6-8bd5f1b44b7c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b'} Body: b'' 2022-07-23 22:18:39,023 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b 0.021s 2022-07-23 22:18:39,023 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1113ec-0db9-4cb8-84db-33106053cd33', 'x-openstack-request-id': 'req-ec1113ec-0db9-4cb8-84db-33106053cd33', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/ca0dd3e44fa14488a171994ee34ebdc8/volumes/f203fef9-2873-478a-ab70-b0c5bd15214b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f203fef9-2873-478a-ab70-b0c5bd15214b could not be found."}}' 2022-07-23 22:18:39,147 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.123s 2022-07-23 22:18:39,148 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-793e89ee-6040-4676-9e84-3782ffad5ec3', 'x-compute-request-id': 'req-793e89ee-6040-4676-9e84-3782ffad5ec3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'' 2022-07-23 22:18:39,310 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.162s 2022-07-23 22:18:39,310 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b504c04f-e9e9-4a38-ae86-ff6b98b9c500', 'x-compute-request-id': 'req-b504c04f-e9e9-4a38-ae86-ff6b98b9c500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:39Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:8b:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": "2022-07-23T22:18:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:40,491 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.171s 2022-07-23 22:18:40,491 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0119d84-d942-4ae4-ae23-4207b8ea7d94', 'x-compute-request-id': 'req-a0119d84-d942-4ae4-ae23-4207b8ea7d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"server": {"id": "6e9e953e-026d-45f8-917d-7e54b181beea", "name": "tempest-TestMinimumBasicScenario-server-1185585704", "status": "ACTIVE", "tenant_id": "ca0dd3e44fa14488a171994ee34ebdc8", "user_id": "4e7399a71fa0499f8a305c8f79a0be97", "metadata": {}, "hostId": "98a8f8642b049a3f7830b91f383ea45568cac8d058581de0b668557e", "image": {"id": "186d1b88-3d29-4264-bef0-80d9bc182a48", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/images/186d1b88-3d29-4264-bef0-80d9bc182a48"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.17/compute/flavors/452"}]}, "created": "2022-07-23T22:18:19Z", "updated": "2022-07-23T22:18:39Z", "addresses": {"tempest-TestMinimumBasicScenario-468314494-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:8b:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}, {"rel": "bookmark", "href": "http://10.222.0.17/compute/servers/6e9e953e-026d-45f8-917d-7e54b181beea"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestMinimumBasicScenario-248092488", "OS-SRV-USG:launched_at": "2022-07-23T22:18:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-23 22:18:41,544 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea 0.044s 2022-07-23 22:18:41,545 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-bda186c0-0321-42bb-b5a7-549de6bc556e', 'x-compute-request-id': 'req-bda186c0-0321-42bb-b5a7-549de6bc556e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/compute/v2.1/servers/6e9e953e-026d-45f8-917d-7e54b181beea'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6e9e953e-026d-45f8-917d-7e54b181beea could not be found."}}' 2022-07-23 22:18:41,574 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-248092488 0.029s 2022-07-23 22:18:41,575 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-487f5c81-2573-44d2-950a-b582f4965b6e', 'x-compute-request-id': 'req-487f5c81-2573-44d2-950a-b582f4965b6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-248092488'} Body: b'' 2022-07-23 22:18:42,056 181409 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.17/image/v2/images/186d1b88-3d29-4264-bef0-80d9bc182a48 0.481s 2022-07-23 22:18:42,057 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-4e191e67-8e1a-4d68-87cd-93e416cbb930', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17/image/v2/images/186d1b88-3d29-4264-bef0-80d9bc182a48'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 129, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 363, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f203fef9-2873-478a-ab70-b0c5bd15214b failed to build and is in ERROR status |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 2 | 1 | 1 | 0 | 0 | Detail | |
test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
pass
pt52.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
||||||
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft52.2: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 22:30:48,090 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.056s 2022-07-23 22:30:48,090 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-2000246137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPK36cz80YhFMssTu3SLSU4iz7A4KcEdam9mI3yBggCqb+msCKrcZNk/f4MiGxI1mEDd5DEo0YVOywQ+3z6AKhDodXAQvfckjpgdrWRv+r2W+bUKaSC8f9+u2kl77/LZPw=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:30:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5330594a-0a17-4134-baef-8ceb3bb2a6d4', 'x-compute-request-id': 'req-5330594a-0a17-4134-baef-8ceb3bb2a6d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2000246137", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPK36cz80YhFMssTu3SLSU4iz7A4KcEdam9mI3yBggCqb+msCKrcZNk/f4MiGxI1mEDd5DEo0YVOywQ+3z6AKhDodXAQvfckjpgdrWRv+r2W+bUKaSC8f9+u2kl77/LZPw==", "fingerprint": "88:ea:4a:d7:9e:54:06:57:24:42:44:0a:81:b5:85:0a", "user_id": "c72a610b85c64df7ab471c6ee1d68dcd"}}' 2022-07-23 22:30:48,242 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.17:9696/v2.0/security-groups 0.149s 2022-07-23 22:30:48,242 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-2122960922", "description": "tempest-secgroup-smoke-2122960922 description", "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-2e7648e1-7364-4539-8758-f0d8d1c4e33d', 'date': 'Sat, 23 Jul 2022 22:30:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "name": "tempest-secgroup-smoke-2122960922", "stateful": true, "tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7", "description": "tempest-secgroup-smoke-2122960922 description", "shared": false, "security_group_rules": [{"id": "349a5f2f-c54d-4eff-ac0f-0afdbbf532cc", "tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7", "security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 4504, "description": null, "tags": [], "created_at": "2022-07-23T22:30:48Z", "updated_at": "2022-07-23T22:30:48Z", "revision_number": 0, "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}, {"id": "ff651c38-bb68-4e5f-b6ea-ac454fced140", "tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7", "security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 4503, "description": null, "tags": [], "created_at": "2022-07-23T22:30:48Z", "updated_at": "2022-07-23T22:30:48Z", "revision_number": 0, "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}], "tags": [], "created_at": "2022-07-23T22:30:48Z", "updated_at": "2022-07-23T22:30:48Z", "revision_number": 1, "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}}' 2022-07-23 22:30:48,369 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.126s 2022-07-23 22:30:48,370 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "project_id": "b45dbfa8603541f686c9b2e0bf291dd7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-7f9f3fb4-c6e3-4d51-9abf-9be3453c0bd5', 'date': 'Sat, 23 Jul 2022 22:30:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "343d33f1-ff5e-44d3-9863-dbbc77077ee1", "tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7", "security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:30:48Z", "updated_at": "2022-07-23T22:30:48Z", "revision_number": 0, "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}}' 2022-07-23 22:30:48,492 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.122s 2022-07-23 22:30:48,493 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "project_id": "b45dbfa8603541f686c9b2e0bf291dd7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-7e5df96d-1d62-4ab7-b2e7-ecc74fd8a61a', 'date': 'Sat, 23 Jul 2022 22:30:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d15cbf73-c086-4b52-929f-de486fe6b4fc", "tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7", "security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:30:48Z", "updated_at": "2022-07-23T22:30:48Z", "revision_number": 0, "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}}' 2022-07-23 22:30:48,619 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.125s 2022-07-23 22:30:48,619 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "project_id": "b45dbfa8603541f686c9b2e0bf291dd7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9dcf261b-2932-4334-a4ac-a4c2735fcd99', 'date': 'Sat, 23 Jul 2022 22:30:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c0b71847-3c37-45a5-8839-490b3501e82b", "tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7", "security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:30:48Z", "updated_at": "2022-07-23T22:30:48Z", "revision_number": 0, "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}}' 2022-07-23 22:30:48,743 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.122s 2022-07-23 22:30:48,743 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "project_id": "b45dbfa8603541f686c9b2e0bf291dd7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-40c5f4af-ca1b-4faa-9e23-5375511dfab7', 'date': 'Sat, 23 Jul 2022 22:30:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "78d95f77-4dea-4526-9def-0a1c71fd81e5", "tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7", "security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:30:48Z", "updated_at": "2022-07-23T22:30:48Z", "revision_number": 0, "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}}' 2022-07-23 22:30:48,889 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.145s 2022-07-23 22:30:48,889 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "project_id": "b45dbfa8603541f686c9b2e0bf291dd7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-519bf7ee-186b-485b-acbb-8815b677a37b', 'date': 'Sat, 23 Jul 2022 22:30:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "830bc126-1318-4261-96ff-2ee29193eb35", "tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7", "security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:30:48Z", "updated_at": "2022-07-23T22:30:48Z", "revision_number": 0, "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}}' 2022-07-23 22:30:49,018 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.127s 2022-07-23 22:30:49,018 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "project_id": "b45dbfa8603541f686c9b2e0bf291dd7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-17d5ab99-d55e-4d59-88ef-11a66f9df69f', 'date': 'Sat, 23 Jul 2022 22:30:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2a9628b3-2533-4de3-8eaf-dc9bf51b135a", "tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7", "security_group_id": "163b76f9-babd-4f9b-aff8-627cdb5b0872", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:30:48Z", "updated_at": "2022-07-23T22:30:48Z", "revision_number": 0, "project_id": "b45dbfa8603541f686c9b2e0bf291dd7"}}' 2022-07-23 22:30:49,058 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.17/identity/v3/auth/tokens 0.034s 2022-07-23 22:30:49,059 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Sat, 23 Jul 2022 22:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3238', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-526a04c8-57dd-42e6-8533-0731d5b56f5e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c72a610b85c64df7ab471c6ee1d68dcd", "name": "tempest-TestShelveInstance-945555474-project", "password_expires_at": null}, "audit_ids": ["oqnPH87aRcijcA-kBMRmRQ"], "expires_at": "2022-07-23T23:30:49.000000Z", "issued_at": "2022-07-23T22:30:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b45dbfa8603541f686c9b2e0bf291dd7", "name": "tempest-TestShelveInstance-945555474"}, "is_domain": false, "roles": [{"id": "5e81c9ea0319460391e21a2a77dd537a", "name": "reader"}, {"id": "14824669685048b38361b1676f7f0f9f", "name": "member"}], "catalog": [{"endpoints": [{"id": "0bad7e9106f24b119494c9008d7eb30a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2.1", "region": "RegionOne"}], "id": "32edaad6c99342629318dae069c1849a", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "21936bdc83c2463b9dbf34a5b6887218", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:9696/", "region": "RegionOne"}], "id": "332b277c42a142078dc845a137a0c8e1", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "800f0faef1dc46df9a5e0b8db6ca5400", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7", "region": "RegionOne"}], "id": "5737fc8bfd064a4dbe76e0905c82e72c", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "73431d6e184a4019bd7e2cce5d7bb662", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/identity", "region": "RegionOne"}], "id": "94198c4ca319490f87c78874ad252559", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "75a8ede2a6bc444f98ccdc2cf66aeab1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/placement", "region": "RegionOne"}], "id": "a6d1384d9f7c4eb09d8445785bc110e4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ad39eaf643a144a0971a9336cf8bdd32", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7", "region": "RegionOne"}], "id": "a7759754f6b54154856ee2bd9b03d4f0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d901f9b6bf794d6191791e5ca7df0a23", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/image", "region": "RegionOne"}], "id": "c32e137ff59946b48ef0387c62c4cea3", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b26d420d84ff4fa998720e2e120c7e43", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17:8080/v1/AUTH_b45dbfa8603541f686c9b2e0bf291dd7", "region": "RegionOne"}, {"id": "f42b1c7008b64beaae8533f409cc40a5", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.17:8080", "region": "RegionOne"}], "id": "d59203be7dff4d118704acf72c80c4de", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c943acf3c401408694476169120141f8", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.17/compute/v2/b45dbfa8603541f686c9b2e0bf291dd7", "region": "RegionOne"}], "id": "f9049d8c52c24a54b43634478bb922fa", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-23 22:30:49,059 181409 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '91c454a1-698f-498c-8012-a0aa7c2e62bf', 'name': 'tempest-TestShelveInstance-1960904063-network', 'tenant_id': 'b45dbfa8603541f686c9b2e0bf291dd7', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b45dbfa8603541f686c9b2e0bf291dd7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 171, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-23T22:26:27Z', 'updated_at': '2022-07-23T22:26:27Z', 'revision_number': 1} available for tenant 2022-07-23 22:30:49,433 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes 0.372s 2022-07-23 22:30:49,433 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-1837262822", "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "size": 1}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-713c41c6-7ed6-4410-8aab-8a1c49532a17', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-713c41c6-7ed6-4410-8aab-8a1c49532a17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes'} Body: b'{"volume": {"id": "eb208ced-8ed2-46da-888b-b9f7c3de308b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:30:49.363821", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1837262822", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b"}], "user_id": "c72a610b85c64df7ab471c6ee1d68dcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 22:30:49,487 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b 0.047s 2022-07-23 22:30:49,487 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce69f5ac-481c-4412-adb2-14bf86b9c005', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce69f5ac-481c-4412-adb2-14bf86b9c005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b'} Body: b'{"volume": {"id": "eb208ced-8ed2-46da-888b-b9f7c3de308b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:30:49.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1837262822", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b"}], "user_id": "c72a610b85c64df7ab471c6ee1d68dcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7"}}' 2022-07-23 22:30:50,544 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b 0.048s 2022-07-23 22:30:50,544 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a75318d-bae2-4231-8d44-449ceb648840', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a75318d-bae2-4231-8d44-449ceb648840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b'} Body: b'{"volume": {"id": "eb208ced-8ed2-46da-888b-b9f7c3de308b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:30:49.000000", "updated_at": "2022-07-23T22:30:50.000000", "name": "tempest-tempest.common.compute-volume-1837262822", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b"}], "user_id": "c72a610b85c64df7ab471c6ee1d68dcd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b45dbfa8603541f686c9b2e0bf291dd7"}}' 2022-07-23 22:30:50,669 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b 0.115s 2022-07-23 22:30:50,670 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1babe4-85d6-4928-a36c-6ccfc93ecd6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b'} Body: b'' 2022-07-23 22:30:50,691 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b 0.021s 2022-07-23 22:30:50,691 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9163e541-0edc-4b98-8a66-ecba4eb882db', 'x-openstack-request-id': 'req-9163e541-0edc-4b98-8a66-ecba4eb882db', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/b45dbfa8603541f686c9b2e0bf291dd7/volumes/eb208ced-8ed2-46da-888b-b9f7c3de308b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eb208ced-8ed2-46da-888b-b9f7c3de308b could not be found."}}' 2022-07-23 22:30:50,904 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/security-groups/163b76f9-babd-4f9b-aff8-627cdb5b0872 0.192s 2022-07-23 22:30:50,904 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-b8fde839-f8cb-46ed-82e8-3af33c7b7ac7', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 22:30:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/163b76f9-babd-4f9b-aff8-627cdb5b0872'} Body: b'' 2022-07-23 22:30:50,934 181409 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2000246137 0.029s 2022-07-23 22:30:50,935 181409 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58ca3e6d-e084-461e-acf8-b3c5875c5f2f', 'x-compute-request-id': 'req-58ca3e6d-e084-461e-acf8-b3c5875c5f2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2000246137'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 275, in create_test_server LOG.exception("Deleting volume %s failed, exception %s", File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 265, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eb208ced-8ed2-46da-888b-b9f7c3de308b failed to build and is in ERROR status |
||||||
tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
fail
ft53.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 21:41:19,717 132210 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a 0.179s 2022-07-23 21:41:19,718 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-30d2305a-e795-417f-b2dd-69b152489837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "d6f3124c18f04946a431e587fc205bd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "created_at": "2022-07-23T21:04:28Z", "updated_at": "2022-07-23T21:04:44Z", "tags": [], "self": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a", "file": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a/file", "schema": "/v2/schemas/image"}' 2022-07-23 21:41:20,121 132210 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes 0.403s 2022-07-23 21:41:20,121 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBackupRestore-volume-678123745", "snapshot_id": null, "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 23 Jul 2022 21:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2cfad2f-5d33-49eb-86d8-74054af5632f', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2cfad2f-5d33-49eb-86d8-74054af5632f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes'} Body: b'{"volume": {"id": "f0099bef-64ea-4fb6-9bfb-45005eb2f1d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:41:20.052309", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-678123745", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2"}], "user_id": "3d3c31f3bb7841cdaadd99719fb672e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 21:41:20,174 132210 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2 0.045s 2022-07-23 21:41:20,174 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b695cae-4330-4a47-af1a-0374f9551a7b', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b695cae-4330-4a47-af1a-0374f9551a7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2'} Body: b'{"volume": {"id": "f0099bef-64ea-4fb6-9bfb-45005eb2f1d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:41:20.000000", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-678123745", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2"}], "user_id": "3d3c31f3bb7841cdaadd99719fb672e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b579044b43f49b283e2e940ede4dff8"}}' 2022-07-23 21:41:21,225 132210 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2 0.043s 2022-07-23 21:41:21,225 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c0bb52f-f81a-488b-8bd1-077ab0f30fe4', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0bb52f-f81a-488b-8bd1-077ab0f30fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2'} Body: b'{"volume": {"id": "f0099bef-64ea-4fb6-9bfb-45005eb2f1d2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T21:41:20.000000", "updated_at": "2022-07-23T21:41:20.000000", "name": "tempest-TestVolumeBackupRestore-volume-678123745", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2"}], "user_id": "3d3c31f3bb7841cdaadd99719fb672e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8b579044b43f49b283e2e940ede4dff8"}}' 2022-07-23 21:41:21,353 132210 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2 0.118s 2022-07-23 21:41:21,354 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b729541-722c-4504-b182-14e4bd494678', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2'} Body: b'' 2022-07-23 21:41:21,417 132210 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2 0.062s 2022-07-23 21:41:21,417 132210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 21:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2921db33-f018-4065-a58a-cb7f881d8a24', 'x-openstack-request-id': 'req-2921db33-f018-4065-a58a-cb7f881d8a24', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/8b579044b43f49b283e2e940ede4dff8/volumes/f0099bef-64ea-4fb6-9bfb-45005eb2f1d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f0099bef-64ea-4fb6-9bfb-45005eb2f1d2 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_backup_restore.py", line 53, in test_volume_backup_restore volume = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/scenario/manager.py", line 363, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f0099bef-64ea-4fb6-9bfb-45005eb2f1d2 failed to build and is in ERROR status |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 4 | 0 | 3 | 0 | 1 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
skip
pt54.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
fail
ft54.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 22:08:21,494 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a 0.241s 2022-07-23 22:08:21,494 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bcd43318-1248-40a5-ba06-2869df44542d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "d6f3124c18f04946a431e587fc205bd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "created_at": "2022-07-23T21:04:28Z", "updated_at": "2022-07-23T21:04:44Z", "tags": [], "self": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a", "file": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a/file", "schema": "/v2/schemas/image"}' 2022-07-23 22:08:21,914 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes 0.419s 2022-07-23 22:08:21,914 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1768015905", "snapshot_id": null, "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44d1e8b2-f709-43f5-9cfc-39743b92ea2f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44d1e8b2-f709-43f5-9cfc-39743b92ea2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes'} Body: b'{"volume": {"id": "78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:08:21.803856", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1768015905", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6"}], "user_id": "8f94ed62a87a484b989f98f823ecd61f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 22:08:21,979 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6 0.058s 2022-07-23 22:08:21,979 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fbfea8c-86a3-4dba-950c-86a9f5ca8bf2', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fbfea8c-86a3-4dba-950c-86a9f5ca8bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6'} Body: b'{"volume": {"id": "78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:08:22.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1768015905", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6"}], "user_id": "8f94ed62a87a484b989f98f823ecd61f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:23,030 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6 0.042s 2022-07-23 22:08:23,031 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd8aaef5-3184-478d-a845-b1144329d96c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd8aaef5-3184-478d-a845-b1144329d96c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6'} Body: b'{"volume": {"id": "78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:08:22.000000", "updated_at": "2022-07-23T22:08:22.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1768015905", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6"}], "user_id": "8f94ed62a87a484b989f98f823ecd61f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:23,157 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6 0.114s 2022-07-23 22:08:23,158 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108f0468-b8a8-497f-b2ae-f4292d9ad040', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6'} Body: b'' 2022-07-23 22:08:23,179 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6 0.021s 2022-07-23 22:08:23,180 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dea65413-eae0-4d91-86d4-b713fcde045c', 'x-openstack-request-id': 'req-dea65413-eae0-4d91-86d4-b713fcde045c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1212, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 363, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 78cd6be4-89b5-4e62-9a52-fdc3aa6d64d6 failed to build and is in ERROR status |
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
fail
ft54.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 22:08:23,202 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a 0.020s 2022-07-23 22:08:23,203 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-58409441-eda4-471a-ac44-2d9b2706e69a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "d6f3124c18f04946a431e587fc205bd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "created_at": "2022-07-23T21:04:28Z", "updated_at": "2022-07-23T21:04:44Z", "tags": [], "self": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a", "file": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a/file", "schema": "/v2/schemas/image"}' 2022-07-23 22:08:23,542 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes 0.338s 2022-07-23 22:08:23,542 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1113209822", "snapshot_id": null, "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83191ef6-7a31-4b79-bfab-4a3291db2d87', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83191ef6-7a31-4b79-bfab-4a3291db2d87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes'} Body: b'{"volume": {"id": "1a9cba26-5757-46f8-b754-84b70d483fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:08:23.471472", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1113209822", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9"}], "user_id": "8f94ed62a87a484b989f98f823ecd61f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 22:08:23,590 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9 0.042s 2022-07-23 22:08:23,591 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-327e2849-c1e0-4e1f-b08c-539c9dd5209e', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-327e2849-c1e0-4e1f-b08c-539c9dd5209e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9'} Body: b'{"volume": {"id": "1a9cba26-5757-46f8-b754-84b70d483fb9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:08:23.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1113209822", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9"}], "user_id": "8f94ed62a87a484b989f98f823ecd61f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:24,653 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9 0.054s 2022-07-23 22:08:24,654 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63aba4e5-cf44-47b6-9399-7f485e8ae869', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63aba4e5-cf44-47b6-9399-7f485e8ae869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9'} Body: b'{"volume": {"id": "1a9cba26-5757-46f8-b754-84b70d483fb9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:08:23.000000", "updated_at": "2022-07-23T22:08:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1113209822", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9"}], "user_id": "8f94ed62a87a484b989f98f823ecd61f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:24,815 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9 0.154s 2022-07-23 22:08:24,815 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c0b9e69-0c4c-45ff-b493-7fcb433e6add', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9'} Body: b'' 2022-07-23 22:08:24,841 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9 0.025s 2022-07-23 22:08:24,841 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-989cedd9-7598-4a49-a51a-399a00033616', 'x-openstack-request-id': 'req-989cedd9-7598-4a49-a51a-399a00033616', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/1a9cba26-5757-46f8-b754-84b70d483fb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1a9cba26-5757-46f8-b754-84b70d483fb9 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 183, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1212, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 363, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1a9cba26-5757-46f8-b754-84b70d483fb9 failed to build and is in ERROR status |
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
fail
ft54.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-23 22:08:24,843 132205 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-07-23 22:08:24,923 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.17/compute/v2.1/os-keypairs 0.077s 2022-07-23 22:08:24,924 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1921948872", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFF8jUPTg2N4aWnwS8Q2qoN66anTu+1TLOimQSyfRM1A5wG8SuGianaB6BGZB+SA97dynF7ZxccXQZ3KJoVBsnsaxORMBfTbR07RsIPFQ3/D6r5O/rFPV0BI9ySmjuS6Ug=="}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc662d0d-71d9-4a29-b481-b138272df581', 'x-compute-request-id': 'req-fc662d0d-71d9-4a29-b481-b138272df581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1921948872", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFF8jUPTg2N4aWnwS8Q2qoN66anTu+1TLOimQSyfRM1A5wG8SuGianaB6BGZB+SA97dynF7ZxccXQZ3KJoVBsnsaxORMBfTbR07RsIPFQ3/D6r5O/rFPV0BI9ySmjuS6Ug==", "fingerprint": "58:4e:3b:23:b0:c4:1b:60:3a:91:bd:e2:44:af:a5:cf", "user_id": "8f94ed62a87a484b989f98f823ecd61f"}}' 2022-07-23 22:08:25,071 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.17:9696/v2.0/security-groups 0.145s 2022-07-23 22:08:25,072 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-614139818", "description": "tempest-secgroup-smoke-614139818 description", "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-701ab4e2-f8ec-4ea1-93be-501f340042b0', 'date': 'Sat, 23 Jul 2022 22:08:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "960bb017-3bae-4792-b50a-7e276f22b346", "name": "tempest-secgroup-smoke-614139818", "stateful": true, "tenant_id": "2c90e4831ffd42c9b0fc070521d8277e", "description": "tempest-secgroup-smoke-614139818 description", "shared": false, "security_group_rules": [{"id": "09e98b81-5e39-4f2e-9276-135f14448c29", "tenant_id": "2c90e4831ffd42c9b0fc070521d8277e", "security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 4206, "description": null, "tags": [], "created_at": "2022-07-23T22:08:24Z", "updated_at": "2022-07-23T22:08:24Z", "revision_number": 0, "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}, {"id": "cbbdd54b-1f90-497c-a9a1-9c1ae7449544", "tenant_id": "2c90e4831ffd42c9b0fc070521d8277e", "security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 4207, "description": null, "tags": [], "created_at": "2022-07-23T22:08:25Z", "updated_at": "2022-07-23T22:08:25Z", "revision_number": 0, "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}], "tags": [], "created_at": "2022-07-23T22:08:24Z", "updated_at": "2022-07-23T22:08:24Z", "revision_number": 1, "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:25,212 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.139s 2022-07-23 22:08:25,212 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "project_id": "2c90e4831ffd42c9b0fc070521d8277e", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-73038643-e3ef-4edb-9f77-27a19c73993b', 'date': 'Sat, 23 Jul 2022 22:08:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d6652901-e318-4b4a-b61d-47ee8ca6187f", "tenant_id": "2c90e4831ffd42c9b0fc070521d8277e", "security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:08:25Z", "updated_at": "2022-07-23T22:08:25Z", "revision_number": 0, "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:25,678 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.465s 2022-07-23 22:08:25,679 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "project_id": "2c90e4831ffd42c9b0fc070521d8277e", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-04201ead-2ed3-4db9-a6f5-bf56a7c9eb80', 'date': 'Sat, 23 Jul 2022 22:08:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c128cd2b-b063-4134-b991-5f51d8a47e48", "tenant_id": "2c90e4831ffd42c9b0fc070521d8277e", "security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:08:25Z", "updated_at": "2022-07-23T22:08:25Z", "revision_number": 0, "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:25,813 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.133s 2022-07-23 22:08:25,813 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "project_id": "2c90e4831ffd42c9b0fc070521d8277e", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1adbfa76-cfc9-429f-b1ea-4a09b1154a75', 'date': 'Sat, 23 Jul 2022 22:08:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a4268da7-d7f5-4049-bf34-bf427f5833c2", "tenant_id": "2c90e4831ffd42c9b0fc070521d8277e", "security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:08:25Z", "updated_at": "2022-07-23T22:08:25Z", "revision_number": 0, "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:25,949 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.135s 2022-07-23 22:08:25,950 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "project_id": "2c90e4831ffd42c9b0fc070521d8277e", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-0457eee6-754c-4886-9b50-72ab86796802', 'date': 'Sat, 23 Jul 2022 22:08:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d90c6b54-a799-40ab-8e51-834313e93f18", "tenant_id": "2c90e4831ffd42c9b0fc070521d8277e", "security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:08:25Z", "updated_at": "2022-07-23T22:08:25Z", "revision_number": 0, "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:26,080 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.129s 2022-07-23 22:08:26,080 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "project_id": "2c90e4831ffd42c9b0fc070521d8277e", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b9fb6307-1a71-4ce0-ab22-d3b3c1c1abad', 'date': 'Sat, 23 Jul 2022 22:08:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "247b80e0-65d8-4ef1-ad00-d0970ef6f3c9", "tenant_id": "2c90e4831ffd42c9b0fc070521d8277e", "security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:08:26Z", "updated_at": "2022-07-23T22:08:26Z", "revision_number": 0, "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:26,215 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.17:9696/v2.0/security-group-rules 0.134s 2022-07-23 22:08:26,215 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "project_id": "2c90e4831ffd42c9b0fc070521d8277e", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d8af6835-5b35-4c78-837f-4f13fd4250e7', 'date': 'Sat, 23 Jul 2022 22:08:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.17:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1c42486d-9866-41a2-b1ab-d2ae60ed357e", "tenant_id": "2c90e4831ffd42c9b0fc070521d8277e", "security_group_id": "960bb017-3bae-4792-b50a-7e276f22b346", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-23T22:08:26Z", "updated_at": "2022-07-23T22:08:26Z", "revision_number": 0, "project_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:26,216 132205 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-07-23 22:08:26,238 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a 0.022s 2022-07-23 22:08:26,238 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6ab66495-3ce1-492d-9fac-04d361546676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/image/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "d6f3124c18f04946a431e587fc205bd4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "created_at": "2022-07-23T21:04:28Z", "updated_at": "2022-07-23T21:04:44Z", "tags": [], "self": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a", "file": "/v2/images/b27b20aa-ef1b-4dd1-989e-321af6343d6a/file", "schema": "/v2/schemas/image"}' 2022-07-23 22:08:26,575 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes 0.336s 2022-07-23 22:08:26,576 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-948054006", "snapshot_id": null, "imageRef": "b27b20aa-ef1b-4dd1-989e-321af6343d6a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62118e60-bfd6-49b5-9006-722482a05c32', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62118e60-bfd6-49b5-9006-722482a05c32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes'} Body: b'{"volume": {"id": "7c5b86ef-1efc-4460-af38-7cd8533ce6e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:08:26.508339", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-948054006", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4"}], "user_id": "8f94ed62a87a484b989f98f823ecd61f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-23 22:08:26,623 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4 0.041s 2022-07-23 22:08:26,624 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4afa786d-61ee-4ec4-89b9-ab078993cc86', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4afa786d-61ee-4ec4-89b9-ab078993cc86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4'} Body: b'{"volume": {"id": "7c5b86ef-1efc-4460-af38-7cd8533ce6e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:08:27.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-948054006", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4"}], "user_id": "8f94ed62a87a484b989f98f823ecd61f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:27,679 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4 0.046s 2022-07-23 22:08:27,679 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ead0e5da-aa1b-4b05-ae8a-af2837510b74', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ead0e5da-aa1b-4b05-ae8a-af2837510b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4'} Body: b'{"volume": {"id": "7c5b86ef-1efc-4460-af38-7cd8533ce6e4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2022-07-23T22:08:27.000000", "updated_at": "2022-07-23T22:08:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-948054006", "description": null, "volume_type": "ceph", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4"}, {"rel": "bookmark", "href": "http://10.222.0.17/volume/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4"}], "user_id": "8f94ed62a87a484b989f98f823ecd61f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2c90e4831ffd42c9b0fc070521d8277e"}}' 2022-07-23 22:08:27,795 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4 0.109s 2022-07-23 22:08:27,796 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab171b9-ba98-45cd-83df-cc2ab5e6fab7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4'} Body: b'' 2022-07-23 22:08:27,817 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4 0.020s 2022-07-23 22:08:27,817 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e5a1b44-df75-4916-9a82-3b1fc54a6662', 'x-openstack-request-id': 'req-8e5a1b44-df75-4916-9a82-3b1fc54a6662', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.17/volume/v3/2c90e4831ffd42c9b0fc070521d8277e/volumes/7c5b86ef-1efc-4460-af38-7cd8533ce6e4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7c5b86ef-1efc-4460-af38-7cd8533ce6e4 could not be found."}}' 2022-07-23 22:08:27,973 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.17:9696/v2.0/security-groups/960bb017-3bae-4792-b50a-7e276f22b346 0.155s 2022-07-23 22:08:27,973 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-eb1772bc-1e6f-4178-a486-88e62d6d70a0', 'content-length': '0', 'date': 'Sat, 23 Jul 2022 22:08:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.17:9696/v2.0/security-groups/960bb017-3bae-4792-b50a-7e276f22b346'} Body: b'' 2022-07-23 22:08:28,003 132205 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.17/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1921948872 0.029s 2022-07-23 22:08:28,003 132205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Sat, 23 Jul 2022 22:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc5abf2a-b8d9-4e2f-9b7d-d6615ac70ab4', 'x-compute-request-id': 'req-fc5abf2a-b8d9-4e2f-9b7d-d6615ac70ab4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.17/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1921948872'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1212, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 363, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7c5b86ef-1efc-4460-af38-7cd8533ce6e4 failed to build and is in ERROR status |
||||||
setUpClass (tempest.api.compute.admin.test_agents | 1 | 0 | 0 | 0 | 1 | Detail | |
AgentsAdminTestJSON) |
skip
pt55.1: setUpClass (tempest.api.compute.admin.test_agents.AgentsAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_auto_allocate_network | 1 | 0 | 0 | 0 | 1 | Detail | |
AutoAllocateNetworkTest) |
skip
pt56.1: setUpClass (tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsTestJson) |
skip
pt57.1: setUpClass (tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_fixed_ips_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
FixedIPsNegativeTestJson) |
skip
pt58.1: setUpClass (tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson) |
||||||
setUpClass (tempest.api.compute.admin.test_floating_ips_bulk | 1 | 0 | 0 | 0 | 1 | Detail | |
FloatingIPsBulkAdminTestJSON) |
skip
pt59.1: setUpClass (tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON) |
||||||
setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt60.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) |
||||||
setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt61.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) |
||||||
setUpClass (tempest.api.compute.certificates.test_certificates | 1 | 0 | 0 | 0 | 1 | Detail | |
CertificatesV2TestJSON) |
skip
pt62.1: setUpClass (tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_attach_interfaces | 3 | 0 | 0 | 0 | 3 | Detail | |
AttachInterfacesV270Test) |
skip
pt63.1: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test) |
||||||
AttachInterfacesUnderV243Test) |
skip
pt63.2: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test) |
||||||
AttachInterfacesTestJSON) |
skip
pt63.3: setUpClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 0 | 0 | 1 | Detail | |
NoVNCConsoleTestJSON) |
skip
pt64.1: setUpClass (tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_metadata | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerMetadataTestJSON) |
skip
pt65.1: setUpClass (tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_personality | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerPersonalityTestJSON) |
skip
pt66.1: setUpClass (tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_server_rescue | 3 | 0 | 0 | 0 | 3 | Detail | |
ServerBootFromVolumeStableRescueTest) |
skip
pt67.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest) |
||||||
ServerStableDeviceRescueTest) |
skip
pt67.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest) |
||||||
ServerStableDeviceRescueTestIDE) |
skip
pt67.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE) |
||||||
setUpClass (tempest.api.compute.servers.test_virtual_interfaces | 1 | 0 | 0 | 0 | 1 | Detail | |
VirtualInterfacesTestJSON) |
skip
pt68.1: setUpClass (tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON) |
||||||
setUpClass (tempest.api.compute.servers.test_virtual_interfaces_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
VirtualInterfacesNegativeTestJSON) |
skip
pt69.1: setUpClass (tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON) |
||||||
setUpClass (tempest.api.compute.test_networks | 1 | 0 | 0 | 0 | 1 | Detail | |
ComputeNetworksTest) |
skip
pt70.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest) |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt71.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_endpoints | 1 | 0 | 0 | 0 | 1 | Detail | |
EndPointsTestJSON) |
skip
pt72.1: setUpClass (tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_roles | 1 | 0 | 0 | 0 | 1 | Detail | |
RolesTestJSON) |
skip
pt73.1: setUpClass (tempest.api.identity.admin.v2.test_roles.RolesTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_roles_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
RolesNegativeTestJSON) |
skip
pt74.1: setUpClass (tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_services | 1 | 0 | 0 | 0 | 1 | Detail | |
ServicesTestJSON) |
skip
pt75.1: setUpClass (tempest.api.identity.admin.v2.test_services.ServicesTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tenant_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
TenantsNegativeTestJSON) |
skip
pt76.1: setUpClass (tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
TenantsTestJSON) |
skip
pt77.1: setUpClass (tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTestJSON) |
skip
pt78.1: setUpClass (tempest.api.identity.admin.v2.test_tokens.TokensTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_tokens_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensAdminTestNegative) |
skip
pt79.1: setUpClass (tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
UsersTestJSON) |
skip
pt80.1: setUpClass (tempest.api.identity.admin.v2.test_users.UsersTestJSON) |
||||||
setUpClass (tempest.api.identity.admin.v2.test_users_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UsersNegativeTestJSON) |
skip
pt81.1: setUpClass (tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_api_discovery | 1 | 0 | 0 | 0 | 1 | Detail | |
TestApiDiscovery) |
skip
pt82.1: setUpClass (tempest.api.identity.v2.test_api_discovery.TestApiDiscovery) |
||||||
setUpClass (tempest.api.identity.v2.test_ec2_credentials | 1 | 0 | 0 | 0 | 1 | Detail | |
EC2CredentialsTest) |
skip
pt83.1: setUpClass (tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_extension | 1 | 0 | 0 | 0 | 1 | Detail | |
ExtensionTestJSON) |
skip
pt84.1: setUpClass (tempest.api.identity.v2.test_extension.ExtensionTestJSON) |
||||||
setUpClass (tempest.api.identity.v2.test_tenants | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityTenantsTest) |
skip
pt85.1: setUpClass (tempest.api.identity.v2.test_tenants.IdentityTenantsTest) |
||||||
setUpClass (tempest.api.identity.v2.test_tokens | 1 | 0 | 0 | 0 | 1 | Detail | |
TokensTest) |
skip
pt86.1: setUpClass (tempest.api.identity.v2.test_tokens.TokensTest) |
||||||
setUpClass (tempest.api.identity.v2.test_users | 1 | 0 | 0 | 0 | 1 | Detail | |
IdentityUsersTest) |
skip
pt87.1: setUpClass (tempest.api.identity.v2.test_users.IdentityUsersTest) |
||||||
setUpClass (tempest.api.image.v1.test_image_members | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageMembersTest) |
skip
pt88.1: setUpClass (tempest.api.image.v1.test_image_members.ImageMembersTest) |
||||||
setUpClass (tempest.api.image.v1.test_image_members_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ImageMembersNegativeTest) |
skip
pt89.1: setUpClass (tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest) |
||||||
setUpClass (tempest.api.image.v1.test_images | 3 | 0 | 0 | 0 | 3 | Detail | |
ListImagesTest) |
skip
pt90.1: setUpClass (tempest.api.image.v1.test_images.ListImagesTest) |
||||||
UpdateImageMetaTest) |
skip
pt90.2: setUpClass (tempest.api.image.v1.test_images.UpdateImageMetaTest) |
||||||
CreateRegisterImagesTest) |
skip
pt90.3: setUpClass (tempest.api.image.v1.test_images.CreateRegisterImagesTest) |
||||||
setUpClass (tempest.api.image.v1.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
CreateDeleteImagesNegativeTest) |
skip
pt91.1: setUpClass (tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest) |
||||||
setUpClass (tempest.api.image.v2.admin.test_images | 1 | 0 | 0 | 0 | 1 | Detail | |
ImportCopyImagesTest) |
skip
pt92.1: setUpClass (tempest.api.image.v2.admin.test_images.ImportCopyImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images | 2 | 0 | 0 | 0 | 2 | Detail | |
ImportImagesTest) |
skip
pt93.1: setUpClass (tempest.api.image.v2.test_images.ImportImagesTest) |
||||||
MultiStoresImportImagesTest) |
skip
pt93.2: setUpClass (tempest.api.image.v2.test_images.MultiStoresImportImagesTest) |
||||||
setUpClass (tempest.api.image.v2.test_images_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
ImportImagesNegativeTest) |
skip
pt94.1: setUpClass (tempest.api.image.v2.test_images_negative.ImportImagesNegativeTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt95.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) |
||||||
setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt96.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt97.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt98.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
setUpClass (tempest.scenario.test_compute_unified_limits | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersQuotaTest) |
skip
pt99.1: setUpClass (tempest.scenario.test_compute_unified_limits.ServersQuotaTest) |
||||||
setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt100.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt101.1: setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) |
||||||
setUpClass (tempest.scenario.test_network_qos_placement | 2 | 0 | 0 | 0 | 2 | Detail | |
QoSBandwidthAndPacketRateTests) |
skip
pt102.1: setUpClass (tempest.scenario.test_network_qos_placement.QoSBandwidthAndPacketRateTests) |
||||||
MinBwAllocationPlacementTest) |
skip
pt102.2: setUpClass (tempest.scenario.test_network_qos_placement.MinBwAllocationPlacementTest) |
||||||
setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt103.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) |
||||||
tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON | 9 | 9 | 0 | 0 | 0 | Detail | |
test_aggregate_add_host_create_server_with_az[id-96be03c7-570d-409c-90f8-e4db3c646996] |
pass
pt104.1: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az[id-96be03c7-570d-409c-90f8-e4db3c646996] |
||||||
test_aggregate_add_host_get_details[id-eeef473c-7c52-494d-9f09-2ed7fc8fc036] |
pass
pt104.2: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details[id-eeef473c-7c52-494d-9f09-2ed7fc8fc036] |
||||||
test_aggregate_add_host_list[id-7f6a1cc5-2446-4cdb-9baa-b6ae0a919b72] |
pass
pt104.3: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list[id-7f6a1cc5-2446-4cdb-9baa-b6ae0a919b72] |
||||||
test_aggregate_add_remove_host[id-c8e85064-e79b-4906-9931-c11c24294d02] |
pass
pt104.4: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host[id-c8e85064-e79b-4906-9931-c11c24294d02] |
||||||
test_aggregate_create_delete[id-0d148aa3-d54c-4317-aa8d-42040a475e20] |
pass
pt104.5: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete[id-0d148aa3-d54c-4317-aa8d-42040a475e20] |
||||||
test_aggregate_create_delete_with_az[id-5873a6f8-671a-43ff-8838-7ce430bb6d0b] |
pass
pt104.6: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az[id-5873a6f8-671a-43ff-8838-7ce430bb6d0b] |
||||||
test_aggregate_create_update_metadata_get_details[id-36ec92ca-7a73-43bc-b920-7531809e8540] |
pass
pt104.7: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details[id-36ec92ca-7a73-43bc-b920-7531809e8540] |
||||||
test_aggregate_create_update_with_az[id-4d2b2004-40fa-40a1-aab2-66f4dab81beb] |
pass
pt104.8: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az[id-4d2b2004-40fa-40a1-aab2-66f4dab81beb] |
||||||
test_aggregate_create_verify_entry_in_list[id-68089c38-04b1-4758-bdf0-cf0daec4defd] |
pass
pt104.9: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list[id-68089c38-04b1-4758-bdf0-cf0daec4defd] |
||||||
tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_show_aggregate_add_remove_host[id-fdf24d9e-8afa-4700-b6aa-9c498351504f] |
pass
pt105.1: tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host[id-fdf24d9e-8afa-4700-b6aa-9c498351504f] |
||||||
tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
pass
pt106.1: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
||||||
test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
pass
pt106.2: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
||||||
test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
pass
pt106.3: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
||||||
test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
pass
pt106.4: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
||||||
test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
pass
pt106.5: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
||||||
test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
pass
pt106.6: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
||||||
test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
pass
pt106.7: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
||||||
test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
pass
pt106.8: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
||||||
test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
pass
pt106.9: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
||||||
test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
pass
pt106.10: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
||||||
test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
pass
pt106.11: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
||||||
test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
pass
pt106.12: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
||||||
test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
pass
pt106.13: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
||||||
test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
pass
pt106.14: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
||||||
tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
pass
pt107.1: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
||||||
test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
pass
pt107.2: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
||||||
tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
pass
pt108.1: tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
||||||
tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
pass
pt109.1: tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
||||||
tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
pass
pt110.1: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
||||||
test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
pass
pt110.2: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
||||||
tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
pass
pt111.1: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
||||||
test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
pass
pt111.2: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
||||||
test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
pass
pt111.3: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
||||||
test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
pass
pt111.4: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
||||||
test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
pass
pt111.5: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
||||||
test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
pass
pt111.6: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
||||||
test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
pass
pt111.7: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
||||||
test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
pass
pt111.8: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
||||||
test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
pass
pt111.9: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
||||||
test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
pass
pt111.10: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
||||||
tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
pass
pt112.1: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
||||||
test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
pass
pt112.2: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
||||||
tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
pass
pt113.1: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
||||||
test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
pass
pt113.2: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
||||||
test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
pass
pt113.3: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
||||||
test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
pass
pt113.4: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
||||||
test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
pass
pt113.5: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
pass
pt114.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation.test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
pass
pt115.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
||||||
test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
pass
pt115.2: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
||||||
test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
pass
pt115.3: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
||||||
tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
pass
pt116.1: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
||||||
test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
pass
pt116.2: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
||||||
test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
pass
pt116.3: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
||||||
test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
pass
pt116.4: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
||||||
test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
pass
pt116.5: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
||||||
test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
pass
pt116.6: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
||||||
test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
pass
pt116.7: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
||||||
tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt117.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
||||||
tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt118.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
||||||
tempest.api.compute.admin.test_hosts.HostsAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
pass
pt119.1: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
||||||
test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
pass
pt119.2: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
||||||
test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
pass
pt119.3: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
||||||
test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
pass
pt119.4: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
||||||
test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
pass
pt119.5: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
||||||
tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
pass
pt120.1: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
||||||
test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
pass
pt120.2: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
||||||
test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
pass
pt120.3: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
||||||
test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
pass
pt120.4: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
||||||
test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
pass
pt120.5: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
||||||
test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
pass
pt120.6: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
||||||
test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
pass
pt120.7: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
||||||
test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
pass
pt120.8: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
||||||
test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
pass
pt120.9: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
||||||
test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
pass
pt120.10: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
||||||
test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
pass
pt120.11: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
||||||
test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
pass
pt120.12: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
||||||
test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
pass
pt120.13: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
||||||
test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
pass
pt120.14: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
pass
pt121.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
||||||
test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
pass
pt121.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
||||||
test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
pass
pt121.3: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
||||||
test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
pass
pt121.4: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
||||||
test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
pass
pt121.5: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime[id-91a50d7d-1c2b-4f24-b55a-a1fe20efca70] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
pass
pt122.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
||||||
test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
pass
pt122.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
pass
pt123.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
||||||
tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
pass
pt124.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase.test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
||||||
tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
pass
pt125.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
||||||
test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
pass
pt125.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
||||||
test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
pass
pt125.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
||||||
test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
pass
pt125.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
||||||
test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
pass
pt125.5: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
||||||
test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
pass
pt125.6: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
||||||
test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
pass
pt125.7: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
||||||
tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
pass
pt126.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
||||||
test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
pass
pt126.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
||||||
test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
pass
pt126.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
||||||
test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
pass
pt126.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
||||||
tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
pass
pt127.1: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
||||||
test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
pass
pt127.2: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
||||||
tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
pass
pt128.1: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
||||||
test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
pass
pt128.2: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
||||||
tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
pass
pt129.1: tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
||||||
tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
pass
pt130.1: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
||||||
test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
pass
pt130.2: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
pass
pt130.3: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
pass
pt130.4: tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
||||||
tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_live_migration_serial_console[id-6190af80-513e-4f0f-90f2-9714e84955d7] |
skip
pt131.1: tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_migration_serial_console[id-6190af80-513e-4f0f-90f2-9714e84955d7] |
||||||
tempest.api.compute.admin.test_live_migration.LiveMigrationTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
pass
pt132.1: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration[id-1dce86b8-eb04-4c03-a9d8-9c1dc3ee0c7b] |
||||||
test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
pass
pt132.2: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused[id-1e107f21-61b2-4988-8f22-b196e938ab88] |
||||||
test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
pass
pt132.3: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_with_attached_volume[id-e19c0cc6-6720-4ed8-be83-b6603ed5c812,volume] |
||||||
test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
pass
pt132.4: tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration[id-5071cf17-3004-4257-ae61-73a84e28badd,volume] |
||||||
tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
pass
pt133.1: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration[id-7fb7856e-ae92-44c9-861a-af62d7830bcb,negative] |
||||||
test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative] |
pass
pt133.2: tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended[id-6e2f94f5-2ee8-4830-bef5-5bc95bb0795b,negative] |
||||||
tempest.api.compute.admin.test_migrations.MigrationsAdminTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d] |
pass
pt134.1: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d] |
||||||
test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
pass
pt134.2: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
||||||
test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64] |
pass
pt134.3: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64] |
||||||
test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593] |
pass
pt134.4: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593] |
||||||
test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d] |
pass
pt134.5: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d] |
||||||
tempest.api.compute.admin.test_networks.NetworksTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
pass
pt135.1: tempest.api.compute.admin.test_networks.NetworksTest.test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
||||||
test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
pass
pt135.2: tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
||||||
tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt136.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
||||||
tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt137.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
pass
pt138.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
||||||
test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
pass
pt138.2: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
||||||
test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
pass
pt138.3: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
||||||
test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
pass
pt138.4: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestV236 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
pass
pt139.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
||||||
tempest.api.compute.admin.test_quotas.QuotasAdminTestV257 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
pass
pt140.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
||||||
tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
pass
pt141.1: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
||||||
test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
pass
pt141.2: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
||||||
test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
pass
pt141.3: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
||||||
test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
pass
pt141.4: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
||||||
tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest | 2 | 0 | 0 | 0 | 2 | Detail | |
test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
skip
pt142.1: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
||||||
test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
skip
pt142.2: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
||||||
tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
pass
pt143.1: tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
||||||
tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
pass
pt144.1: tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
||||||
tempest.api.compute.admin.test_servers.ServersAdmin275Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
pass
pt145.1: tempest.api.compute.admin.test_servers.ServersAdmin275Test.test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
||||||
tempest.api.compute.admin.test_servers.ServersAdminTestJSON | 10 | 9 | 0 | 0 | 1 | Detail | |
test_create_server_with_scheduling_hint[id-fdcd9b33-0903-4e00-a1f7-b5f6543068d6] |
pass
pt146.1: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint[id-fdcd9b33-0903-4e00-a1f7-b5f6543068d6] |
||||||
test_list_servers_by_admin[id-51717b38-bdc1-458b-b636-1cf82d99f62f] |
pass
pt146.2: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin[id-51717b38-bdc1-458b-b636-1cf82d99f62f] |
||||||
test_list_servers_by_admin_with_all_tenants[id-9f5579ae-19b4-4985-a091-2a5d56106580] |
pass
pt146.3: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants[id-9f5579ae-19b4-4985-a091-2a5d56106580] |
||||||
test_list_servers_by_admin_with_specified_tenant[id-7e5d6b8f-454a-4ba1-8ae2-da857af8338b] |
pass
pt146.4: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant[id-7e5d6b8f-454a-4ba1-8ae2-da857af8338b] |
||||||
test_list_servers_detailed_filter_by_invalid_status[id-d56e9540-73ed-45e0-9b88-98fc419087eb] |
pass
pt146.5: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status[id-d56e9540-73ed-45e0-9b88-98fc419087eb] |
||||||
test_list_servers_filter_by_error_status[id-06f960bb-15bb-48dc-873d-f96e89be7870] |
pass
pt146.6: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status[id-06f960bb-15bb-48dc-873d-f96e89be7870] |
||||||
test_list_servers_filter_by_exist_host[id-86c7a8f7-50cf-43a9-9bac-5b985317134f] |
pass
pt146.7: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host[id-86c7a8f7-50cf-43a9-9bac-5b985317134f] |
||||||
test_rebuild_server_in_error_state[id-682cb127-e5bb-4f53-87ce-cb9003604442] |
pass
pt146.8: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state[id-682cb127-e5bb-4f53-87ce-cb9003604442] |
||||||
test_reset_network_inject_network_info[id-7a1323b4-a6a2-497a-96cb-76c07b945c71] |
skip
pt146.9: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info[id-7a1323b4-a6a2-497a-96cb-76c07b945c71] |
||||||
test_reset_state_server[id-ee8ae470-db70-474d-b752-690b7892cab1] |
pass
pt146.10: tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server[id-ee8ae470-db70-474d-b752-690b7892cab1] |
||||||
tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative] |
pass
pt147.1: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server[id-46a4e1ca-87ae-4d28-987a-1b6b136a0221,negative] |
||||||
test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative] |
pass
pt147.2: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state[id-b0b17f83-d14e-4fc4-8f31-bcc9f3cfa629,negative] |
||||||
test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative] |
pass
pt147.3: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state[id-b0b4d8af-1256-41ef-9ee7-25f1c19dde80,negative] |
||||||
test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative] |
pass
pt147.4: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type[id-4cdcc984-fab0-4577-9a9d-6d558527ee9d,negative] |
||||||
test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative] |
pass
pt147.5: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server[id-e741298b-8df2-46f0-81cb-8f814ff2504c,negative] |
||||||
test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative] |
pass
pt147.6: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative] |
||||||
test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative] |
pass
pt147.7: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative] |
||||||
tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce] |
pass
pt148.1: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity[id-9d2e924a-baf4-11e7-b856-fa163e65f5ce] |
||||||
test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04] |
pass
pt148.2: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity[id-f8bd0867-e459-45f5-ba53-59134552fe04] |
||||||
test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e] |
pass
pt148.3: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts[id-cc7ca884-6e3e-42a3-a92f-c522fcf25e8e] |
||||||
test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57] |
pass
pt148.4: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers[id-7869cc84-d661-4e14-9f00-c18cdc89cf57] |
||||||
test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130] |
pass
pt148.5: tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host[id-26a9d5df-6890-45f2-abc4-a659290cb130] |
||||||
tempest.api.compute.admin.test_services.ServicesAdminTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
pass
pt149.1: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
||||||
test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
pass
pt149.2: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
||||||
test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
pass
pt149.3: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
||||||
tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt150.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt150.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt150.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt150.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
||||||
tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
pass
pt151.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
||||||
test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
pass
pt151.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
||||||
test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
pass
pt151.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
||||||
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt151.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt151.5: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt151.6: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt151.7: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
||||||
tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e] |
pass
pt152.1: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant[id-94135049-a4c5-4934-ad39-08fa7da4f22e] |
||||||
test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116] |
pass
pt152.2: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user[id-9d00a412-b40e-4fd9-8eba-97b496316116] |
||||||
test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e] |
pass
pt152.3: tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants[id-062c8ae9-9912-4249-8b51-e38d664e926e] |
||||||
tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
pass
pt153.1: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
||||||
test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
pass
pt153.2: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
||||||
test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
pass
pt153.3: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
||||||
tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt154.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
||||||
tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
pass
pt155.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt155.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
||||||
tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt156.1: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
||||||
test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
pass
pt156.2: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
||||||
test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79] |
pass
pt156.3: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79] |
||||||
test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292] |
pass
pt156.4: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292] |
||||||
test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb] |
pass
pt156.5: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb] |
||||||
test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107] |
pass
pt156.6: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107] |
||||||
test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4] |
pass
pt156.7: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4] |
||||||
test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa] |
pass
pt156.8: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa] |
||||||
test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab] |
pass
pt156.9: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab] |
||||||
test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb] |
pass
pt156.10: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb] |
||||||
test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
pass
pt156.11: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
||||||
tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
pass
pt157.1: tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_associate_already_associated_floating_ip[id-6edef4b2-aaf1-4abc-bbe3-993e2561e0fe] |
pass
pt158.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip[id-6edef4b2-aaf1-4abc-bbe3-993e2561e0fe] |
||||||
test_associate_disassociate_floating_ip[id-307efa27-dc6f-48a0-8cd2-162ce3ef0b52] |
pass
pt158.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip[id-307efa27-dc6f-48a0-8cd2-162ce3ef0b52] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
pass
pt159.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
||||||
test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
pass
pt159.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_associate_ip_to_server_with_floating_ip[id-58a80596-ffb2-11e6-9393-fa163e4fa634,negative] |
pass
pt160.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip[id-58a80596-ffb2-11e6-9393-fa163e4fa634,negative] |
||||||
test_associate_ip_to_server_without_passing_floating_ip[id-804b4fcb-bbf5-412f-925d-896672b61eb3,negative] |
pass
pt160.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip[id-804b4fcb-bbf5-412f-925d-896672b61eb3,negative] |
||||||
test_associate_nonexistent_floating_ip[id-595fa616-1a71-4670-9614-46564ac49a4c,negative] |
pass
pt160.3: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip[id-595fa616-1a71-4670-9614-46564ac49a4c,negative] |
||||||
test_dissociate_nonexistent_floating_ip[id-0a081a66-e568-4e6b-aa62-9587a876dca8,negative] |
pass
pt160.4: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip[id-0a081a66-e568-4e6b-aa62-9587a876dca8,negative] |
||||||
tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
pass
pt161.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
||||||
test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
pass
pt161.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
||||||
tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
pass
pt162.1: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
||||||
test_list_floating_ip_pools[id-df389fc8-56f5-43cc-b290-20eda39854d3] |
pass
pt162.2: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools[id-df389fc8-56f5-43cc-b290-20eda39854d3] |
||||||
test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
pass
pt162.3: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
||||||
tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
pass
pt163.1: tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
||||||
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
pass
pt164.1: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
||||||
test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6] |
pass
pt164.2: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6] |
||||||
test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531] |
pass
pt164.3: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531] |
||||||
test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29] |
pass
pt164.4: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29] |
||||||
test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae] |
pass
pt164.5: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae] |
||||||
test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
pass
pt164.6: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
||||||
tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
pass
pt165.1: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
||||||
test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
pass
pt165.2: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
||||||
test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
pass
pt165.3: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
||||||
test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
pass
pt165.4: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
||||||
test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
pass
pt165.5: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
||||||
test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
pass
pt165.6: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
||||||
tempest.api.compute.images.test_images.ImagesTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
pass
pt166.1: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server[id-71bcb732-0261-11e7-9086-fa163e4fa634] |
||||||
test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
pass
pt166.2: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
||||||
test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
pass
pt166.3: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
||||||
test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
pass
pt166.4: tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
||||||
tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
pass
pt167.1: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
||||||
test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
pass
pt167.2: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
||||||
test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
pass
pt167.3: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
||||||
test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
pass
pt167.4: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
||||||
test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
pass
pt167.5: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
||||||
test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
pass
pt167.6: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
||||||
tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative] |
pass
pt168.1: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative] |
||||||
test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
pass
pt168.2: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
||||||
test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
pass
pt168.3: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
||||||
test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
pass
pt168.4: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
||||||
tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_image[id-3731d080-d4c5-4872-b41a-64d0d0021314] |
pass
pt169.1: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image[id-3731d080-d4c5-4872-b41a-64d0d0021314] |
||||||
test_create_image_specify_multibyte_character_image_name[id-3b7c6fe4-dfe7-477c-9243-b06359db51e6] |
pass
pt169.2: tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name[id-3b7c6fe4-dfe7-477c-9243-b06359db51e6] |
||||||
tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_image_specify_invalid_metadata[id-55d1d38c-dd66-4933-9c8e-7d92aeb60ddc,negative] |
pass
pt170.1: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata[id-55d1d38c-dd66-4933-9c8e-7d92aeb60ddc,negative] |
||||||
test_create_image_specify_metadata_over_limits[id-3d24d11f-5366-4536-bd28-cff32b748eca,negative] |
pass
pt170.2: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits[id-3d24d11f-5366-4536-bd28-cff32b748eca,negative] |
||||||
test_create_image_specify_name_over_character_limit[id-084f0cbc-500a-4963-8a4e-312905862581,negative] |
pass
pt170.3: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit[id-084f0cbc-500a-4963-8a4e-312905862581,negative] |
||||||
test_create_second_image_when_first_image_is_being_saved[id-0460efcf-ee88-4f94-acef-1bf658695456,negative] |
pass
pt170.4: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved[id-0460efcf-ee88-4f94-acef-1bf658695456,negative] |
||||||
test_delete_image_that_is_not_yet_active[id-0894954d-2db2-4195-a45b-ffec0bc0187e,negative] |
pass
pt170.5: tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active[id-0894954d-2db2-4195-a45b-ffec0bc0187e,negative] |
||||||
tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_list_images_filter_by_changes_since[id-18bac3ae-da27-436c-92a9-b22474d13aab] |
pass
pt171.1: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since[id-18bac3ae-da27-436c-92a9-b22474d13aab] |
||||||
test_list_images_filter_by_name[id-33163b73-79f5-4d07-a7ea-9213bcc468ff] |
pass
pt171.2: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name[id-33163b73-79f5-4d07-a7ea-9213bcc468ff] |
||||||
test_list_images_filter_by_server_id[id-9f238683-c763-45aa-b848-232ec3ce3105] |
pass
pt171.3: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id[id-9f238683-c763-45aa-b848-232ec3ce3105] |
||||||
test_list_images_filter_by_server_ref[id-05a377b8-28cf-4734-a1e6-2ab5c38bf606] |
pass
pt171.4: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref[id-05a377b8-28cf-4734-a1e6-2ab5c38bf606] |
||||||
test_list_images_filter_by_status[id-a3f5b513-aeb3-42a9-b18e-f091ef73254d] |
pass
pt171.5: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status[id-a3f5b513-aeb3-42a9-b18e-f091ef73254d] |
||||||
test_list_images_filter_by_type[id-e3356918-4d3e-4756-81d5-abc4524ba29f] |
pass
pt171.6: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type[id-e3356918-4d3e-4756-81d5-abc4524ba29f] |
||||||
test_list_images_limit_results[id-3a484ca9-67ba-451e-b494-7fcf28d32d62] |
pass
pt171.7: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results[id-3a484ca9-67ba-451e-b494-7fcf28d32d62] |
||||||
test_list_images_with_detail_filter_by_changes_since[id-7d439e18-ac2e-4827-b049-7e18004712c4] |
pass
pt171.8: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since[id-7d439e18-ac2e-4827-b049-7e18004712c4] |
||||||
test_list_images_with_detail_filter_by_name[id-644ea267-9bd9-4f3b-af9f-dffa02396a17] |
pass
pt171.9: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name[id-644ea267-9bd9-4f3b-af9f-dffa02396a17] |
||||||
test_list_images_with_detail_filter_by_server_ref[id-8c78f822-203b-4bf6-8bba-56ebd551cf84] |
pass
pt171.10: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref[id-8c78f822-203b-4bf6-8bba-56ebd551cf84] |
||||||
test_list_images_with_detail_filter_by_status[id-9b0ea018-6185-4f71-948a-a123a107988e] |
pass
pt171.11: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status[id-9b0ea018-6185-4f71-948a-a123a107988e] |
||||||
test_list_images_with_detail_filter_by_type[id-888c0cc0-7223-43c5-9db0-b125fd0a393b] |
pass
pt171.12: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type[id-888c0cc0-7223-43c5-9db0-b125fd0a393b] |
||||||
test_list_images_with_detail_limit_results[id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb] |
pass
pt171.13: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results[id-ba2fa9a9-b672-47cc-b354-3b4c0600e2cb] |
||||||
tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
pass
pt172.1: tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
||||||
tempest.api.compute.images.test_list_images.ListImagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
pass
pt173.1: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
||||||
test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f] |
pass
pt173.2: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f] |
||||||
test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6] |
pass
pt173.3: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6] |
||||||
tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt174.1: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt174.2: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt174.3: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt174.4: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
||||||
tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
pass
pt175.1: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
||||||
test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
pass
pt175.2: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
||||||
test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
pass
pt175.3: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
||||||
test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
pass
pt175.4: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
||||||
test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
pass
pt175.5: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
||||||
test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
pass
pt175.6: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
||||||
test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
pass
pt175.7: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
||||||
test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
pass
pt175.8: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
||||||
tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt176.1: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt176.2: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt176.3: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt176.4: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
||||||
test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c] |
pass
pt176.5: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c] |
||||||
test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6] |
pass
pt176.6: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6] |
||||||
tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
pass
pt177.1: tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
||||||
tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
pass
pt178.1: tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
||||||
tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
pass
pt179.1: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
||||||
test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
pass
pt179.2: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
||||||
test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
pass
pt179.3: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
||||||
test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
pass
pt179.4: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
||||||
test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
pass
pt179.5: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
||||||
tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
pass
pt180.1: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
||||||
test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
pass
pt180.2: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
||||||
test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
pass
pt180.3: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
||||||
test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
pass
pt180.4: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
||||||
test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
pass
pt180.5: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
||||||
test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
pass
pt180.6: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
||||||
test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
pass
pt180.7: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
||||||
test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
pass
pt180.8: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
||||||
tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
pass
pt181.1: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
||||||
test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
pass
pt181.2: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
||||||
test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
pass
pt181.3: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
||||||
test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2] |
pass
pt181.4: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2] |
||||||
test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
pass
pt181.5: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
||||||
tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON | 11 | 5 | 0 | 0 | 6 | Detail | |
test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
pass
pt182.1: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
||||||
test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
pass
pt182.2: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
||||||
test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
pass
pt182.3: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
||||||
test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
skip
pt182.4: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
||||||
test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
skip
pt182.5: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
||||||
test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
skip
pt182.6: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
||||||
test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
pass
pt182.7: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
||||||
test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
pass
pt182.8: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
||||||
test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
skip
pt182.9: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
||||||
test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
skip
pt182.10: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
||||||
test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
skip
pt182.11: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
||||||
tempest.api.compute.servers.test_availability_zone.AZV2TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
pass
pt183.1: tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
pass
pt184.1: tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames.test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
pass
pt185.1: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
||||||
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt185.2: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
||||||
test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
pass
pt185.3: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
||||||
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt185.4: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt185.5: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
||||||
tempest.api.compute.servers.test_create_server.ServersTestManualDisk | 5 | 5 | 0 | 0 | 0 | Detail | |
test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
pass
pt186.1: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name[id-ac1ad47f-984b-4441-9274-c9079b7a0666] |
||||||
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt186.2: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
||||||
test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
pass
pt186.3: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail[id-585e934c-448e-43c4-acbf-d06a9b899997] |
||||||
test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
pass
pt186.4: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus[id-cbc0f52f-05aa-492b-bdc1-84b575ca294b] |
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt186.5: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
||||||
tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic | 2 | 2 | 0 | 0 | 0 | Detail | |
test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
pass
pt187.1: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
||||||
test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2] |
pass
pt187.2: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2] |
||||||
tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt188.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
||||||
tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713] |
pass
pt189.1: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713] |
||||||
test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
pass
pt189.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
||||||
test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
pass
pt189.3: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
||||||
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
pass
pt189.4: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
||||||
test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
pass
pt189.5: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
||||||
tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_action[id-aacc71ca-1d70-4aa5-bbf6-0ff71470e43c] |
pass
pt190.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action[id-aacc71ca-1d70-4aa5-bbf6-0ff71470e43c] |
||||||
test_list_instance_actions[id-77ca5cc5-9990-45e0-ab98-1de8fead201a] |
pass
pt190.2: tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions[id-77ca5cc5-9990-45e0-ab98-1de8fead201a] |
||||||
tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1] |
pass
pt191.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1] |
||||||
tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_action_invalid_request[id-0269f40a-6f18-456c-b336-c03623c897f1,negative] |
pass
pt192.1: tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request[id-0269f40a-6f18-456c-b336-c03623c897f1,negative] |
||||||
test_list_instance_actions_non_existent_server[id-67e1fce6-7ec2-45c6-92d4-0a8f1a632910,negative] |
pass
pt192.2: tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server[id-67e1fce6-7ec2-45c6-92d4-0a8f1a632910,negative] |
||||||
tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON | 17 | 15 | 0 | 0 | 2 | Detail | |
test_list_servers_detailed_filter_by_flavor[id-80c574cc-0925-44ba-8602-299028357dd9] |
pass
pt193.1: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor[id-80c574cc-0925-44ba-8602-299028357dd9] |
||||||
test_list_servers_detailed_filter_by_image[id-b3304c3b-97df-46d2-8cd3-e2b6659724e7] |
skip
pt193.2: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image[id-b3304c3b-97df-46d2-8cd3-e2b6659724e7] |
||||||
test_list_servers_detailed_filter_by_server_name[id-f9eb2b70-735f-416c-b260-9914ac6181e4] |
pass
pt193.3: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name[id-f9eb2b70-735f-416c-b260-9914ac6181e4] |
||||||
test_list_servers_detailed_filter_by_server_status[id-de2612ab-b7dd-4044-b0b1-d2539601911f] |
pass
pt193.4: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status[id-de2612ab-b7dd-4044-b0b1-d2539601911f] |
||||||
test_list_servers_detailed_limit_results[id-67aec2d0-35fe-4503-9f92-f13272b867ed] |
pass
pt193.5: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results[id-67aec2d0-35fe-4503-9f92-f13272b867ed] |
||||||
test_list_servers_filter_by_active_status[id-ca78e20e-fddb-4ce6-b7f7-bcbf8605e66e] |
pass
pt193.6: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status[id-ca78e20e-fddb-4ce6-b7f7-bcbf8605e66e] |
||||||
test_list_servers_filter_by_exceed_limit[id-37791bbd-90c0-4de0-831e-5f38cba9c6b3] |
pass
pt193.7: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit[id-37791bbd-90c0-4de0-831e-5f38cba9c6b3] |
||||||
test_list_servers_filter_by_flavor[id-573637f5-7325-47bb-9144-3476d0416908] |
pass
pt193.8: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor[id-573637f5-7325-47bb-9144-3476d0416908] |
||||||
test_list_servers_filter_by_image[id-05e8a8e7-9659-459a-989d-92c2f501f4ba] |
skip
pt193.9: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image[id-05e8a8e7-9659-459a-989d-92c2f501f4ba] |
||||||
test_list_servers_filter_by_limit[id-614cdfc1-d557-4bac-915b-3e67b48eee76] |
pass
pt193.10: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit[id-614cdfc1-d557-4bac-915b-3e67b48eee76] |
||||||
test_list_servers_filter_by_server_name[id-9b067a7b-7fee-4f6a-b29c-be43fe18fc5a] |
pass
pt193.11: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name[id-9b067a7b-7fee-4f6a-b29c-be43fe18fc5a] |
||||||
test_list_servers_filter_by_shutoff_status[id-451dbbb2-f330-4a9f-b0e1-5f5d2cb0f34c] |
pass
pt193.12: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status[id-451dbbb2-f330-4a9f-b0e1-5f5d2cb0f34c] |
||||||
test_list_servers_filter_by_zero_limit[id-b1495414-2d93-414c-8019-849afe8d319e] |
pass
pt193.13: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit[id-b1495414-2d93-414c-8019-849afe8d319e] |
||||||
test_list_servers_filtered_by_ip[id-43a1242e-7b31-48d1-88f2-3f72aa9f2077] |
pass
pt193.14: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip[id-43a1242e-7b31-48d1-88f2-3f72aa9f2077] |
||||||
test_list_servers_filtered_by_ip_regex[id-a905e287-c35e-42f2-b132-d02b09f3654a] |
pass
pt193.15: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex[id-a905e287-c35e-42f2-b132-d02b09f3654a] |
||||||
test_list_servers_filtered_by_name_regex[id-24a89b0c-0d55-4a28-847f-45075f19b27b] |
pass
pt193.16: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex[id-24a89b0c-0d55-4a28-847f-45075f19b27b] |
||||||
test_list_servers_filtered_by_name_wildcard[id-e9f624ee-92af-4562-8bec-437945a18dcb] |
pass
pt193.17: tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard[id-e9f624ee-92af-4562-8bec-437945a18dcb] |
||||||
tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_list_servers_by_changes_since_future_date[id-74745ad8-b346-45b5-b9b8-509d7447fc1f,negative] |
pass
pt194.1: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date[id-74745ad8-b346-45b5-b9b8-509d7447fc1f,negative] |
||||||
test_list_servers_by_changes_since_invalid_date[id-87d12517-e20a-4c9c-97b6-dd1628d6d6c9,negative] |
pass
pt194.2: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date[id-87d12517-e20a-4c9c-97b6-dd1628d6d6c9,negative] |
||||||
test_list_servers_by_limits_greater_than_actual_count[id-d47c17fb-eebd-4287-8e95-f20a7e627b18,negative] |
pass
pt194.3: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count[id-d47c17fb-eebd-4287-8e95-f20a7e627b18,negative] |
||||||
test_list_servers_by_limits_pass_negative_value[id-62610dd9-4713-4ee0-8beb-fd2c1aa7f950,negative] |
pass
pt194.4: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value[id-62610dd9-4713-4ee0-8beb-fd2c1aa7f950,negative] |
||||||
test_list_servers_by_limits_pass_string[id-679bc053-5e70-4514-9800-3dfab1a380a6,negative] |
pass
pt194.5: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string[id-679bc053-5e70-4514-9800-3dfab1a380a6,negative] |
||||||
test_list_servers_by_non_existing_flavor[id-5913660b-223b-44d4-a651-a0fbfd44ca75,negative] |
pass
pt194.6: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor[id-5913660b-223b-44d4-a651-a0fbfd44ca75,negative] |
||||||
test_list_servers_by_non_existing_image[id-ff01387d-c7ad-47b4-ae9e-64fa214638fe,negative] |
pass
pt194.7: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image[id-ff01387d-c7ad-47b4-ae9e-64fa214638fe,negative] |
||||||
test_list_servers_by_non_existing_server_name[id-e2c77c4a-000a-4af3-a0bd-629a328bde7c,negative] |
pass
pt194.8: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name[id-e2c77c4a-000a-4af3-a0bd-629a328bde7c,negative] |
||||||
test_list_servers_detail_server_is_deleted[id-93055106-2d34-46fe-af68-d9ddbf7ee570,negative] |
pass
pt194.9: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted[id-93055106-2d34-46fe-af68-d9ddbf7ee570,negative] |
||||||
test_list_servers_status_non_existing[id-fcdf192d-0f74-4d89-911f-1ec002b822c4,negative] |
pass
pt194.10: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing[id-fcdf192d-0f74-4d89-911f-1ec002b822c4,negative] |
||||||
test_list_servers_with_a_deleted_server[id-24a26f1a-1ddc-4eea-b0d7-a90cc874ad8f,negative] |
pass
pt194.11: tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server[id-24a26f1a-1ddc-4eea-b0d7-a90cc874ad8f,negative] |
||||||
tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
pass
pt195.1: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
||||||
test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
pass
pt195.2: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
||||||
tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
pass
pt196.1: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
||||||
test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
pass
pt196.2: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
||||||
test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
pass
pt196.3: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
||||||
test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
pass
pt196.4: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
||||||
test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
pass
pt196.5: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
||||||
tempest.api.compute.servers.test_server_actions.ServersAaction247Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23,image] |
pass
pt197.1: tempest.api.compute.servers.test_server_actions.ServersAaction247Test.test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23,image] |
||||||
tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,network,smoke] |
pass
pt198.1: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,network,smoke] |
||||||
test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,network,smoke] |
pass
pt198.2: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,network,smoke] |
||||||
tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses_by_network_neg[id-a2ab5144-78c0-4942-a0ed-cc8edccfd9ba,negative,network] |
pass
pt199.1: tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg[id-a2ab5144-78c0-4942-a0ed-cc8edccfd9ba,negative,network] |
||||||
test_list_server_addresses_invalid_server_id[id-02c3f645-2d2e-4417-8525-68c0407d001b,negative,network] |
pass
pt199.2: tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id[id-02c3f645-2d2e-4417-8525-68c0407d001b,negative,network] |
||||||
tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
pass
pt200.1: tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON.test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
||||||
tempest.api.compute.servers.test_server_group.ServerGroupTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
pass
pt201.1: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
||||||
test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b] |
pass
pt201.2: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b] |
||||||
test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23] |
pass
pt201.3: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23] |
||||||
test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811] |
pass
pt201.4: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811] |
||||||
test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
pass
pt201.5: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
||||||
test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
pass
pt201.6: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
||||||
tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON | 12 | 4 | 0 | 0 | 8 | Detail | |
test_create_server_metadata_blank_key[id-92431555-4d8b-467c-b95b-b17daa5e57ff,negative] |
pass
pt202.1: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key[id-92431555-4d8b-467c-b95b-b17daa5e57ff,negative] |
||||||
test_delete_metadata_non_existent_server[id-6bbd88e1-f8b3-424d-ba10-ae21c45ada8d,negative] |
skip
pt202.2: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server[id-6bbd88e1-f8b3-424d-ba10-ae21c45ada8d,negative] |
||||||
test_list_server_metadata_non_existent_server[id-f408e78e-3066-4097-9299-3b0182da812e,negative] |
pass
pt202.3: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server[id-f408e78e-3066-4097-9299-3b0182da812e,negative] |
||||||
test_metadata_items_limit[id-d8c0a210-a5c3-4664-be04-69d96746b547,negative] |
skip
pt202.4: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit[id-d8c0a210-a5c3-4664-be04-69d96746b547,negative] |
||||||
test_server_create_metadata_key_too_long[id-fe114a8f-3a57-4eff-9ee2-4e14628df049,negative] |
pass
pt202.5: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long[id-fe114a8f-3a57-4eff-9ee2-4e14628df049,negative] |
||||||
test_server_metadata_non_existent_server[id-4d9cd7a3-2010-4b41-b8fe-3bbf0b169466,negative] |
pass
pt202.6: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server[id-4d9cd7a3-2010-4b41-b8fe-3bbf0b169466,negative] |
||||||
test_set_metadata_invalid_key[id-0025fbd6-a4ba-4cde-b8c2-96805dcfdabc,negative] |
skip
pt202.7: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_invalid_key[id-0025fbd6-a4ba-4cde-b8c2-96805dcfdabc,negative] |
||||||
test_set_metadata_non_existent_server[id-0df38c2a-3d4e-4db5-98d8-d4d9fa843a12,negative] |
skip
pt202.8: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server[id-0df38c2a-3d4e-4db5-98d8-d4d9fa843a12,negative] |
||||||
test_set_server_metadata_blank_key[id-96100343-7fa9-40d8-80fa-d29ef588ce1c,negative] |
skip
pt202.9: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key[id-96100343-7fa9-40d8-80fa-d29ef588ce1c,negative] |
||||||
test_set_server_metadata_missing_metadata[id-64a91aee-9723-4863-be44-4c9d9f1e7d0e,negative] |
skip
pt202.10: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata[id-64a91aee-9723-4863-be44-4c9d9f1e7d0e,negative] |
||||||
test_update_metadata_non_existent_server[id-904b13dc-0ef2-4e4c-91cd-3b4a0f2f49d8,negative] |
skip
pt202.11: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server[id-904b13dc-0ef2-4e4c-91cd-3b4a0f2f49d8,negative] |
||||||
test_update_metadata_with_blank_key[id-a452f38c-05c2-4b47-bd44-a4f0bf5a5e48,negative] |
skip
pt202.12: tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key[id-a452f38c-05c2-4b47-bd44-a4f0bf5a5e48,negative] |
||||||
tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_server_password[id-f8229e8b-b625-4493-800a-bde86ac611ea] |
pass
pt203.1: tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password[id-f8229e8b-b625-4493-800a-bde86ac611ea] |
||||||
test_get_server_password[id-f83b582f-62a8-4f22-85b0-0dee50ff783a] |
pass
pt203.2: tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password[id-f83b582f-62a8-4f22-85b0-0dee50ff783a] |
||||||
tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rescue_unrescue_instance[id-fd032140-714c-42e4-a8fd-adcd8df06be6] |
pass
pt204.1: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance[id-fd032140-714c-42e4-a8fd-adcd8df06be6] |
||||||
tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_add_remove_security_group[id-affca41f-7195-492d-8065-e09eee245404] |
pass
pt205.1: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group[id-affca41f-7195-492d-8065-e09eee245404] |
||||||
test_rescued_vm_associate_dissociate_floating_ip[id-4842e0cf-e87d-4d9d-b61f-f4791da3cacc] |
pass
pt205.2: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip[id-4842e0cf-e87d-4d9d-b61f-f4791da3cacc] |
||||||
tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_check_tag_existence[id-81279a66-61c3-4759-b830-a2dbe64cbe08] |
pass
pt206.1: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence[id-81279a66-61c3-4759-b830-a2dbe64cbe08] |
||||||
test_create_delete_tag[id-8d95abe2-c658-4c42-9a44-c0258500306b] |
pass
pt206.2: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag[id-8d95abe2-c658-4c42-9a44-c0258500306b] |
||||||
test_delete_all_tags[id-a63b2a74-e918-4b7c-bcab-10c855f3a57e] |
pass
pt206.3: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags[id-a63b2a74-e918-4b7c-bcab-10c855f3a57e] |
||||||
test_update_all_tags[id-a2c1af8c-127d-417d-974b-8115f7e3d831] |
pass
pt206.4: tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags[id-a2c1af8c-127d-417d-974b-8115f7e3d831] |
||||||
tempest.api.compute.servers.test_servers.ServerShowV247Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
pass
pt207.1: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
||||||
test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b] |
pass
pt207.2: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b] |
||||||
tempest.api.compute.servers.test_servers.ServersTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49] |
pass
pt208.1: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49] |
||||||
test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
pass
pt208.2: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
||||||
test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb] |
pass
pt208.3: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb] |
||||||
test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833] |
pass
pt208.4: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833] |
||||||
test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699] |
pass
pt208.5: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699] |
||||||
test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077] |
pass
pt208.6: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077] |
||||||
test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2] |
pass
pt208.7: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2] |
||||||
tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
pass
pt209.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
||||||
tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60] |
pass
pt210.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60] |
||||||
tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_a_server_of_another_tenant[id-5c75009d-3eea-423e-bea3-61b09fd25f9c,negative] |
pass
pt211.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant[id-5c75009d-3eea-423e-bea3-61b09fd25f9c,negative] |
||||||
test_update_server_of_another_tenant[id-543d84c1-dd2e-4c6d-8cb2-b9da0efaa384,negative] |
pass
pt211.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant[id-543d84c1-dd2e-4c6d-8cb2-b9da0efaa384,negative] |
||||||
tempest.api.compute.test_extensions.ExtensionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
pass
pt212.1: tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
||||||
test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1] |
pass
pt212.2: tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1] |
||||||
tempest.api.compute.test_quotas.QuotasTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc] |
pass
pt213.1: tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc] |
||||||
test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a] |
pass
pt213.2: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a] |
||||||
test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107] |
pass
pt213.3: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107] |
||||||
tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network] |
pass
pt214.1: tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network] |
||||||
tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt215.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt215.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
||||||
tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt216.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt216.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt216.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt216.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt216.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt216.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt216.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt216.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
||||||
tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_application_credential_with_roles[id-3b3dd48f-3388-406a-a9e6-4d078a552d0e] |
pass
pt217.1: tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles[id-3b3dd48f-3388-406a-a9e6-4d078a552d0e] |
||||||
tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
pass
pt218.1: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
||||||
test_credentials_list_delete[id-13202c00-0021-42a1-88d4-81b44d448aab] |
pass
pt218.2: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete[id-13202c00-0021-42a1-88d4-81b44d448aab] |
||||||
tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_project_id[id-d6110661-6a71-49a7-a453-b5e26640ff6d] |
pass
pt219.1: tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id[id-d6110661-6a71-49a7-a453-b5e26640ff6d] |
||||||
tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_domain_config_and_show_config_groups_and_options[id-9e3ff13c-f597-4f01-9377-d6c06c2a1477] |
pass
pt220.1: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options[id-9e3ff13c-f597-4f01-9377-d6c06c2a1477] |
||||||
test_create_update_and_delete_domain_config[id-7161023e-5dd0-4612-9da0-1bac6ac30b63] |
pass
pt220.2: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config[id-7161023e-5dd0-4612-9da0-1bac6ac30b63] |
||||||
test_create_update_and_delete_domain_config_groups_and_opts[id-c7510fa2-6661-4170-9c6b-4783a80651e9] |
pass
pt220.3: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts[id-c7510fa2-6661-4170-9c6b-4783a80651e9] |
||||||
test_show_default_group_config_and_options[id-11a02bf0-6f94-4380-b3b0-c8dc18fc0d22] |
pass
pt220.4: tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options[id-11a02bf0-6f94-4380-b3b0-c8dc18fc0d22] |
||||||
tempest.api.identity.admin.v3.test_domains.DomainsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_create_domain_with_disabled_status[id-036df86e-bb5d-42c0-a7c2-66b9db3a6046] |
pass
pt221.1: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status[id-036df86e-bb5d-42c0-a7c2-66b9db3a6046] |
||||||
test_create_domain_without_description[id-2abf8764-309a-4fa9-bc58-201b799817ad] |
pass
pt221.2: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description[id-2abf8764-309a-4fa9-bc58-201b799817ad] |
||||||
test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
pass
pt221.3: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
||||||
test_domain_delete_cascades_content[id-d8d318b7-d1b3-4c37-94c5-3c5ba0b121ea] |
pass
pt221.4: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content[id-d8d318b7-d1b3-4c37-94c5-3c5ba0b121ea] |
||||||
test_list_domains[id-8cf516ef-2114-48f1-907b-d32726c734d4] |
pass
pt221.5: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains[id-8cf516ef-2114-48f1-907b-d32726c734d4] |
||||||
test_list_domains_filter_by_enabled[id-3fd19840-65c1-43f8-b48c-51bdd066dff9] |
pass
pt221.6: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled[id-3fd19840-65c1-43f8-b48c-51bdd066dff9] |
||||||
test_list_domains_filter_by_name[id-c6aee07b-4981-440c-bb0b-eb598f58ffe9] |
pass
pt221.7: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name[id-c6aee07b-4981-440c-bb0b-eb598f58ffe9] |
||||||
tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative] |
pass
pt222.1: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name[id-9018461d-7d24-408d-b3fe-ae37e8cd5c9e,negative] |
||||||
test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative] |
pass
pt222.2: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64[id-37b1bbf2-d664-4785-9a11-333438586eae,negative] |
||||||
test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative] |
pass
pt222.3: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain[gate,id-1f3fbff5-4e44-400d-9ca1-d953f05f609b,negative] |
||||||
test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative] |
pass
pt222.4: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain[id-43781c07-764f-4cf2-a405-953c1916f605,negative] |
||||||
test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative] |
pass
pt222.5: tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate[id-e6f9e4a2-4f36-4be8-bdbc-4e199ae29427,negative] |
||||||
tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a] |
pass
pt223.1: tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group[id-7c69e7a1-f865-402d-a2ea-44493017315a] |
||||||
test_update_endpoint_group[id-51c8fc38-fa84-4e76-b5b6-6fc37770fb26] |
pass
pt223.2: tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group[id-51c8fc38-fa84-4e76-b5b6-6fc37770fb26] |
||||||
tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_show_delete_endpoint[id-0e2446d2-c1fd-461b-a729-b9e73e3e3b37] |
pass
pt224.1: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint[id-0e2446d2-c1fd-461b-a729-b9e73e3e3b37] |
||||||
test_list_endpoints[id-c19ecf90-240e-4e23-9966-21cee3f6a618] |
pass
pt224.2: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints[id-c19ecf90-240e-4e23-9966-21cee3f6a618] |
||||||
test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
pass
pt224.3: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
||||||
tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative] |
pass
pt225.1: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False[id-ac6c137e-4d3d-448f-8c83-4f13d0942651,negative] |
||||||
test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative] |
pass
pt225.2: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True[id-9c43181e-0627-484a-8c79-923e8a59598b,negative] |
||||||
test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative] |
pass
pt225.3: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False[id-65e41f32-5eb7-498f-a92a-a6ccacf7439a,negative] |
||||||
test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative] |
pass
pt225.4: tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True[id-faba3587-f066-4757-a48e-b4a3f01803bb,negative] |
||||||
tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129] |
pass
pt226.1: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get[id-2e80343b-6c81-4ac3-88c7-452f3e9d5129] |
||||||
test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
pass
pt226.2: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
||||||
test_list_groups[id-cc9a57a5-a9ed-4f2d-a29f-4f979a06ec71] |
pass
pt226.3: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups[id-cc9a57a5-a9ed-4f2d-a29f-4f979a06ec71] |
||||||
test_list_user_groups[id-64573281-d26a-4a52-b899-503cb0f4e4ec] |
pass
pt226.4: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups[id-64573281-d26a-4a52-b899-503cb0f4e4ec] |
||||||
tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_inherit_assign_check_revoke_roles_on_projects_group[id-26021436-d5a4-4256-943c-ded01e0d4b45] |
pass
pt227.1: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group[id-26021436-d5a4-4256-943c-ded01e0d4b45] |
||||||
test_inherit_assign_check_revoke_roles_on_projects_user[id-18b70e45-7687-4b72-8277-b8f1a47d7591] |
pass
pt227.2: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user[id-18b70e45-7687-4b72-8277-b8f1a47d7591] |
||||||
test_inherit_assign_list_check_revoke_roles_on_domains_group[id-c7a8dda2-be50-4fb4-9a9c-e830771078b1] |
pass
pt227.3: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group[id-c7a8dda2-be50-4fb4-9a9c-e830771078b1] |
||||||
test_inherit_assign_list_check_revoke_roles_on_domains_user[id-4e6f0366-97c8-423c-b2be-41eae6ac91c8] |
pass
pt227.4: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user[id-4e6f0366-97c8-423c-b2be-41eae6ac91c8] |
||||||
test_inherit_assign_list_revoke_user_roles_on_domain[id-3acf666e-5354-42ac-8e17-8b68893bcd36] |
pass
pt227.5: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain[id-3acf666e-5354-42ac-8e17-8b68893bcd36] |
||||||
test_inherit_assign_list_revoke_user_roles_on_project_tree[id-9f02ccd9-9b57-46b4-8f77-dd5a736f3a06] |
pass
pt227.6: tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree[id-9f02ccd9-9b57-46b4-8f77-dd5a736f3a06] |
||||||
tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_projects[id-1d830662-22ad-427c-8c3e-4ec854b0af44] |
pass
pt228.1: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects[id-1d830662-22ad-427c-8c3e-4ec854b0af44] |
||||||
test_list_projects_with_domains[id-fab13f3c-f6a6-4b9f-829b-d32fd44fdf10] |
pass
pt228.2: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains[id-fab13f3c-f6a6-4b9f-829b-d32fd44fdf10] |
||||||
test_list_projects_with_name[id-fa178524-4e6d-4925-907c-7ab9f42c7e26] |
pass
pt228.3: tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name[id-fa178524-4e6d-4925-907c-7ab9f42c7e26] |
||||||
tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_projects_with_enabled[id-0fe7a334-675a-4509-b00e-1c4b95d5dae8] |
pass
pt229.1: tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled[id-0fe7a334-675a-4509-b00e-1c4b95d5dae8] |
||||||
test_list_projects_with_parent[id-6edc66f5-2941-4a17-9526-4073311c1fac] |
pass
pt229.2: tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent[id-6edc66f5-2941-4a17-9526-4073311c1fac] |
||||||
tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_user[id-b4baa3ae-ac00-4b4e-9e27-80deaad7771f] |
pass
pt230.1: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user[id-b4baa3ae-ac00-4b4e-9e27-80deaad7771f] |
||||||
test_list_user_domains[id-08f9aabb-dcfe-41d0-8172-82b5fa0bd73d] |
pass
pt230.2: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains[id-08f9aabb-dcfe-41d0-8172-82b5fa0bd73d] |
||||||
test_list_users[id-b30d4651-a2ea-4666-8551-0c0e49692635] |
pass
pt230.3: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users[id-b30d4651-a2ea-4666-8551-0c0e49692635] |
||||||
test_list_users_with_name[id-c285bb37-7325-4c02-bff3-3da5d946d683] |
pass
pt230.4: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name[id-c285bb37-7325-4c02-bff3-3da5d946d683] |
||||||
test_list_users_with_not_enabled[id-bff8bf2f-9408-4ef5-b63a-753c8c2124eb] |
pass
pt230.5: tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled[id-bff8bf2f-9408-4ef5-b63a-753c8c2124eb] |
||||||
tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_and_show_consumer[id-c8307ea6-a86c-47fd-ae7b-5b3b2caca76d] |
pass
pt231.1: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer[id-c8307ea6-a86c-47fd-ae7b-5b3b2caca76d] |
||||||
test_delete_consumer[id-fdfa1b7f-2a31-4354-b2c7-f6ae20554f93] |
pass
pt231.2: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer[id-fdfa1b7f-2a31-4354-b2c7-f6ae20554f93] |
||||||
test_list_consumers[id-09ca50de-78f2-4ffb-ac71-f2254036b2b8] |
pass
pt231.3: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers[id-09ca50de-78f2-4ffb-ac71-f2254036b2b8] |
||||||
test_update_consumer[id-080a9b1a-c009-47c0-9979-5305bf72e3dc] |
pass
pt231.4: tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer[id-080a9b1a-c009-47c0-9979-5305bf72e3dc] |
||||||
tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
pass
pt232.1: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
||||||
test_list_policies[id-1a0ad286-2d06-4123-ab0d-728893a76201] |
pass
pt232.2: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies[id-1a0ad286-2d06-4123-ab0d-728893a76201] |
||||||
tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_update_delete_project_tags[id-7c123aac-999d-416a-a0fb-84b915ab10de] |
pass
pt233.1: tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags[id-7c123aac-999d-416a-a0fb-84b915ab10de] |
||||||
tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_associate_user_to_project[id-59398d4a-5dc5-4f86-9a4c-c26cc804d6c6] |
pass
pt234.1: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project[id-59398d4a-5dc5-4f86-9a4c-c26cc804d6c6] |
||||||
test_create_is_domain_project[id-a7eb9416-6f9b-4dbb-b71b-7f73aaef59d5] |
pass
pt234.2: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project[id-a7eb9416-6f9b-4dbb-b71b-7f73aaef59d5] |
||||||
test_project_create_enabled[id-1f66dc76-50cc-4741-a200-af984509e480] |
pass
pt234.3: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled[id-1f66dc76-50cc-4741-a200-af984509e480] |
||||||
test_project_create_not_enabled[id-78f96a9c-e0e0-4ee6-a3ba-fbf6dfd03207] |
pass
pt234.4: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled[id-78f96a9c-e0e0-4ee6-a3ba-fbf6dfd03207] |
||||||
test_project_create_with_description[id-0ecf465c-0dc4-4532-ab53-91ffeb74d12d] |
pass
pt234.5: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description[id-0ecf465c-0dc4-4532-ab53-91ffeb74d12d] |
||||||
test_project_create_with_domain[id-5f50fe07-8166-430b-a882-3b2ee0abe26f] |
pass
pt234.6: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain[id-5f50fe07-8166-430b-a882-3b2ee0abe26f] |
||||||
test_project_create_with_parent[id-1854f9c0-70bc-4d11-a08a-1c789d339e3d] |
pass
pt234.7: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent[id-1854f9c0-70bc-4d11-a08a-1c789d339e3d] |
||||||
test_project_get_equals_list[id-d1db68b6-aebe-4fa0-b79d-d724d2e21162] |
pass
pt234.8: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list[id-d1db68b6-aebe-4fa0-b79d-d724d2e21162] |
||||||
test_project_update_desc[id-f138b715-255e-4a7d-871d-351e1ef2e153] |
pass
pt234.9: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc[id-f138b715-255e-4a7d-871d-351e1ef2e153] |
||||||
test_project_update_enable[id-b6b25683-c97f-474d-a595-55d410b68100] |
pass
pt234.10: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable[id-b6b25683-c97f-474d-a595-55d410b68100] |
||||||
test_project_update_name[id-f608f368-048c-496b-ad63-d286c26dab6b] |
pass
pt234.11: tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name[id-f608f368-048c-496b-ad63-d286c26dab6b] |
||||||
tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative] |
pass
pt235.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user[id-8fba9de2-3e1f-4e77-812a-60cb68f8df13,negative] |
||||||
test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative] |
pass
pt235.2: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name[id-7828db17-95e5-475b-9432-9a51b4aa79a9,negative] |
||||||
test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative] |
pass
pt235.3: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64[id-502b6ceb-b0c8-4422-bf53-f08fdb21e2f0,negative] |
||||||
test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative] |
pass
pt235.4: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project[id-7965b581-60c1-43b7-8169-95d4ab7fc6fb,negative] |
||||||
test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative] |
pass
pt235.5: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user[id-24c49279-45dd-4155-887a-cb738c2385aa,negative] |
||||||
test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative] |
pass
pt235.6: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate[id-874c3e84-d174-4348-a16b-8c01f599561b,negative] |
||||||
tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative] |
pass
pt236.1: tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user[id-8d68c012-89e0-4394-8d6b-ccd7196def97,negative] |
||||||
tempest.api.identity.admin.v3.test_regions.RegionsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
pass
pt237.1: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
||||||
test_create_update_get_delete_region[id-56186092-82e4-43f2-b954-91013218ba42] |
pass
pt237.2: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region[id-56186092-82e4-43f2-b954-91013218ba42] |
||||||
test_list_regions[id-d180bf99-544a-445c-ad0d-0c0d27663796] |
pass
pt237.3: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions[id-d180bf99-544a-445c-ad0d-0c0d27663796] |
||||||
test_list_regions_filter_by_parent_region_id[id-2d1057cb-bbde-413a-acdf-e2d265284542] |
pass
pt237.4: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id[id-2d1057cb-bbde-413a-acdf-e2d265284542] |
||||||
tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_assignments_for_domain_roles[id-3859df7e-5b78-4e4d-b10e-214c8953842a] |
pass
pt238.1: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles[id-3859df7e-5b78-4e4d-b10e-214c8953842a] |
||||||
test_assignments_for_implied_roles_create_delete[id-c8828027-df48-4021-95df-b65b92c7429e] |
pass
pt238.2: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete[id-c8828027-df48-4021-95df-b65b92c7429e] |
||||||
test_domain_roles_create_delete[id-d92a41d2-5501-497a-84bb-6e294330e8f8] |
pass
pt238.3: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete[id-d92a41d2-5501-497a-84bb-6e294330e8f8] |
||||||
test_grant_list_revoke_role_to_group_on_domain[id-4bf8a70b-e785-413a-ad53-9f91ce02faa7] |
pass
pt238.4: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain[id-4bf8a70b-e785-413a-ad53-9f91ce02faa7] |
||||||
test_grant_list_revoke_role_to_group_on_project[id-cbf11737-1904-4690-9613-97bcbb3df1c4] |
pass
pt238.5: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project[id-cbf11737-1904-4690-9613-97bcbb3df1c4] |
||||||
test_grant_list_revoke_role_to_group_on_system[id-c888fe4f-8018-48db-b959-542225c1b4b6] |
pass
pt238.6: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_system[id-c888fe4f-8018-48db-b959-542225c1b4b6] |
||||||
test_grant_list_revoke_role_to_user_on_domain[id-6c9a2940-3625-43a3-ac02-5dcec62ef3bd] |
pass
pt238.7: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain[id-6c9a2940-3625-43a3-ac02-5dcec62ef3bd] |
||||||
test_grant_list_revoke_role_to_user_on_project[id-c6b80012-fe4a-498b-9ce8-eb391c05169f] |
pass
pt238.8: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project[id-c6b80012-fe4a-498b-9ce8-eb391c05169f] |
||||||
test_grant_list_revoke_role_to_user_on_system[id-e5a81737-d294-424d-8189-8664858aae4c] |
pass
pt238.9: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_system[id-e5a81737-d294-424d-8189-8664858aae4c] |
||||||
test_implied_domain_roles[id-eb1e1c24-1bc4-4d47-9748-e127a1852c82] |
pass
pt238.10: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles[id-eb1e1c24-1bc4-4d47-9748-e127a1852c82] |
||||||
test_implied_roles_create_check_show_delete[id-c90c316c-d706-4728-bcba-eb1912081b69] |
pass
pt238.11: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete[id-c90c316c-d706-4728-bcba-eb1912081b69] |
||||||
test_list_all_implied_roles[id-3748c316-c18f-4b08-997b-c60567bc6235] |
pass
pt238.12: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles[id-3748c316-c18f-4b08-997b-c60567bc6235] |
||||||
test_list_roles[id-f5654bcc-08c4-4f71-88fe-05d64e06de94] |
pass
pt238.13: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles[id-f5654bcc-08c4-4f71-88fe-05d64e06de94] |
||||||
test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
pass
pt238.14: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
||||||
test_roles_hierarchy[id-dc6f5959-b74d-4e30-a9e5-a8255494ff00] |
pass
pt238.15: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy[id-dc6f5959-b74d-4e30-a9e5-a8255494ff00] |
||||||
tempest.api.identity.admin.v3.test_services.ServicesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_service_without_description[id-d1dcb1a1-2b6b-4da8-bbb8-5532ef6e8269] |
pass
pt239.1: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description[id-d1dcb1a1-2b6b-4da8-bbb8-5532ef6e8269] |
||||||
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt239.2: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
||||||
test_list_services[id-e55908e8-360e-439e-8719-c3230a3e179e] |
pass
pt239.3: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services[id-e55908e8-360e-439e-8719-c3230a3e179e] |
||||||
tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_available_domain_scopes[id-ec5ecb05-af64-4c04-ac86-4d9f6f12f185] |
pass
pt240.1: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes[id-ec5ecb05-af64-4c04-ac86-4d9f6f12f185] |
||||||
test_get_available_project_scopes[id-08ed85ce-2ba8-4864-b442-bcc61f16ae89] |
pass
pt240.2: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes[id-08ed85ce-2ba8-4864-b442-bcc61f16ae89] |
||||||
test_rescope_token[id-565fa210-1da1-4563-999b-f7b5b67cf112] |
pass
pt240.3: tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token[id-565fa210-1da1-4563-999b-f7b5b67cf112] |
||||||
tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
pass
pt241.1: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
||||||
test_get_trusts_query[id-6268b345-87ca-47c0-9ce3-37792b43403a] |
pass
pt241.2: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query[id-6268b345-87ca-47c0-9ce3-37792b43403a] |
||||||
test_trust_expire[id-0ed14b66-cefd-4b5c-a964-65759453e292] |
pass
pt241.3: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire[id-0ed14b66-cefd-4b5c-a964-65759453e292] |
||||||
test_trust_expire_invalid[id-3e48f95d-e660-4fa9-85e0-5a3d85594384] |
pass
pt241.4: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid[id-3e48f95d-e660-4fa9-85e0-5a3d85594384] |
||||||
test_trust_impersonate[id-5a0a91a4-baef-4a14-baba-59bf4d7fcace] |
pass
pt241.5: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate[id-5a0a91a4-baef-4a14-baba-59bf4d7fcace] |
||||||
test_trust_noimpersonate[id-ed2a8779-a7ac-49dc-afd7-30f32f936ed2] |
pass
pt241.6: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate[id-ed2a8779-a7ac-49dc-afd7-30f32f936ed2] |
||||||
tempest.api.identity.admin.v3.test_users.UsersV3TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_user[id-c10dcd90-461d-4b16-8e23-4eb836c00644] |
pass
pt242.1: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user[id-c10dcd90-461d-4b16-8e23-4eb836c00644] |
||||||
test_list_user_projects[id-a831e70c-e35b-430b-92ed-81ebbc5437b8] |
pass
pt242.2: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects[id-a831e70c-e35b-430b-92ed-81ebbc5437b8] |
||||||
test_password_history_not_enforced_in_admin_reset[id-568cd46c-ee6c-4ab4-a33a-d3791931979e] |
pass
pt242.3: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset[id-568cd46c-ee6c-4ab4-a33a-d3791931979e] |
||||||
test_update_user_password[id-2d223a0e-e457-4a70-9fb1-febe027a0ff9] |
pass
pt242.4: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password[id-2d223a0e-e457-4a70-9fb1-febe027a0ff9] |
||||||
test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e] |
pass
pt242.5: tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update[id-b537d090-afb9-4519-b95d-270b0708e87e] |
||||||
tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative] |
pass
pt243.1: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user[id-b3c9fccc-4134-46f5-b600-1da6fb0a3b1f,negative] |
||||||
test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative] |
pass
pt243.2: tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain[id-e75f006c-89cc-477b-874d-588e4eab4b17,negative] |
||||||
tempest.api.identity.v3.test_access_rules.AccessRulesV3Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_access_rule[id-278757e9-e193-4bf8-adf2-0b0a229a17d0] |
pass
pt244.1: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_delete_access_rule[id-278757e9-e193-4bf8-adf2-0b0a229a17d0] |
||||||
test_list_access_rules[id-2354c498-5119-4ba5-9f0d-44f16f78fb0e] |
pass
pt244.2: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_list_access_rules[id-2354c498-5119-4ba5-9f0d-44f16f78fb0e] |
||||||
test_show_access_rule[id-795dd507-ca1e-40e9-ba90-ff0a08689ba4] |
pass
pt244.3: tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_show_access_rule[id-795dd507-ca1e-40e9-ba90-ff0a08689ba4] |
||||||
tempest.api.identity.v3.test_api_discovery.TestApiDiscovery | 5 | 5 | 0 | 0 | 0 | Detail | |
test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
pass
pt245.1: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
||||||
test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
pass
pt245.2: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
||||||
test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
pass
pt245.3: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
||||||
test_identity_v3_existence[id-79aec9ae-710f-4c54-a4fc-3aa25b4feac3] |
pass
pt245.4: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence[id-79aec9ae-710f-4c54-a4fc-3aa25b4feac3] |
||||||
test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
pass
pt245.5: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
||||||
tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_application_credential[id-8080c75c-eddc-4786-941a-c2da7039ae61] |
pass
pt246.1: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential[id-8080c75c-eddc-4786-941a-c2da7039ae61] |
||||||
test_create_application_credential_access_rules[id-529936eb-aa5d-463d-9f79-01c113d3b88f] |
pass
pt246.2: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_access_rules[id-529936eb-aa5d-463d-9f79-01c113d3b88f] |
||||||
test_create_application_credential_expires[id-852daf0c-42b5-4239-8466-d193d0543ed3] |
pass
pt246.3: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires[id-852daf0c-42b5-4239-8466-d193d0543ed3] |
||||||
test_list_application_credentials[id-ff0cd457-6224-46e7-b79e-0ada4964a8a6] |
pass
pt246.4: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials[id-ff0cd457-6224-46e7-b79e-0ada4964a8a6] |
||||||
test_query_application_credentials[id-9bb5e5cc-5250-493a-8869-8b665f6aa5f6] |
pass
pt246.5: tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials[id-9bb5e5cc-5250-493a-8869-8b665f6aa5f6] |
||||||
tempest.api.identity.v3.test_catalog.IdentityCatalogTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_catalog_standardization[id-56b57ced-22b8-4127-9b8a-565dfb0207e2] |
pass
pt247.1: tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization[id-56b57ced-22b8-4127-9b8a-565dfb0207e2] |
||||||
tempest.api.identity.v3.test_domains.DefaultDomainTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
pass
pt248.1: tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
||||||
tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_ec2_credential[id-b0f55a29-54e5-4166-999d-712347e0c920] |
pass
pt249.1: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_create_ec2_credential[id-b0f55a29-54e5-4166-999d-712347e0c920] |
||||||
test_delete_ec2_credential[id-9408d61b-8be0-4a8d-9b85-14f61edb456b] |
pass
pt249.2: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_delete_ec2_credential[id-9408d61b-8be0-4a8d-9b85-14f61edb456b] |
||||||
test_list_ec2_credentials[id-897813f0-160c-4fdc-aabc-24ee635ce4a9] |
pass
pt249.3: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_list_ec2_credentials[id-897813f0-160c-4fdc-aabc-24ee635ce4a9] |
||||||
test_show_ec2_credential[id-8b8d1010-5958-48df-a6cd-5e3df72e6bcf] |
pass
pt249.4: tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_show_ec2_credential[id-8b8d1010-5958-48df-a6cd-5e3df72e6bcf] |
||||||
tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_projects_returns_only_authorized_projects[id-86128d46-e170-4644-866a-cc487f699e1d] |
pass
pt250.1: tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects[id-86128d46-e170-4644-866a-cc487f699e1d] |
||||||
tempest.api.identity.v3.test_tokens.TokensV3Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_token[id-6f8e4436-fc96-4282-8122-e41df57197a9] |
pass
pt251.1: tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token[id-6f8e4436-fc96-4282-8122-e41df57197a9] |
||||||
test_token_auth_creation_existence_deletion[id-0f9f5a5f-d5cd-4a86-8a5b-c5ded151f212] |
pass
pt251.2: tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion[id-0f9f5a5f-d5cd-4a86-8a5b-c5ded151f212] |
||||||
test_validate_token[id-a9512ac3-3909-48a4-b395-11f438e16260] |
pass
pt251.3: tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token[id-a9512ac3-3909-48a4-b395-11f438e16260] |
||||||
tempest.api.identity.v3.test_users.IdentityV3UsersTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_password_history_check_self_service_api[id-941784ee-5342-4571-959b-b80dd2cea516] |
pass
pt252.1: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api[id-941784ee-5342-4571-959b-b80dd2cea516] |
||||||
test_user_account_lockout[id-a7ad8bbf-2cff-4520-8c1d-96332e151658] |
pass
pt252.2: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout[id-a7ad8bbf-2cff-4520-8c1d-96332e151658] |
||||||
test_user_update_own_password[id-ad71bd23-12ad-426b-bb8b-195d2b635f27] |
pass
pt252.3: tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password[id-ad71bd23-12ad-426b-bb8b-195d2b635f27] |
||||||
tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
pass
pt253.1: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param[id-646a6eaa-135f-4493-a0af-12583021224e] |
||||||
test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
pass
pt253.2: tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param[id-525ba546-10ef-4aad-bba1-1858095ce553] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_update_delete_meta_namespace_objects[id-b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718] |
pass
pt254.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects[id-b1a3775e-3b5c-4f6a-a3b4-1ba3574ae718] |
||||||
test_list_meta_namespace_objects[id-a2a3615e-3b5c-3f6a-a2b1-1ba3574ae738] |
pass
pt254.2: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects[id-a2a3615e-3b5c-3f6a-a2b1-1ba3574ae738] |
||||||
test_show_meta_namespace_objects[id-b1a3674e-3b4c-3f6a-a3b4-1ba3573ca768] |
pass
pt254.3: tempest.api.image.v2.admin.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects[id-b1a3674e-3b4c-3f6a-a3b4-1ba3573ca768] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_meta_def_namespace_property[id-b1a3765e-3a5d-4f6d-a3a7-3ca3476ae768] |
pass
pt255.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property[id-b1a3765e-3a5d-4f6d-a3a7-3ca3476ae768] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_delete_namespace_tags[id-a2a3765e-3a6d-4f6d-a3a7-3cc3476aa876] |
pass
pt256.1: tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags[id-a2a3765e-3a6d-4f6d-a3a7-3cc3476aa876] |
||||||
test_create_update_delete_tag[id-a2a3765e-1a2c-3f6d-a3a7-3cc3466ab875] |
pass
pt256.2: tempest.api.image.v2.admin.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag[id-a2a3765e-1a2c-3f6d-a3a7-3cc3466ab875] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_namespaces.MetadataNamespacesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_metadata_definition_namespaces[id-319b765e-7f3d-4b3d-8b37-3ca3876ee768] |
pass
pt257.1: tempest.api.image.v2.admin.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces[id-319b765e-7f3d-4b3d-8b37-3ca3876ee768] |
||||||
tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_basic_meta_def_resource_type_association[id-6f358a4e-5ef0-11e6-a795-080027d0d606] |
pass
pt258.1: tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association[id-6f358a4e-5ef0-11e6-a795-080027d0d606] |
||||||
tempest.api.image.v2.test_images.BasicOperationsImagesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_deactivate_reactivate_image[id-951ebe01-969f-4ea9-9898-8a3f1f442ab0] |
pass
pt259.1: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image[id-951ebe01-969f-4ea9-9898-8a3f1f442ab0] |
||||||
test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
pass
pt259.2: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
||||||
test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
pass
pt259.3: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
||||||
test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
pass
pt259.4: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
||||||
tempest.api.image.v2.test_images.ListSharedImagesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122] |
pass
pt260.1: tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status[id-3fa50be4-8e38-4c02-a8db-7811bb780122] |
||||||
tempest.api.image.v2.test_images.ListUserImagesTest | 15 | 15 | 0 | 0 | 0 | Detail | |
test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371] |
pass
pt261.1: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema[id-622b925c-479f-4736-860d-adeaf13bc371] |
||||||
test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684] |
pass
pt261.2: tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema[id-25c8d7b2-df21-460f-87ac-93130bcdc684] |
||||||
test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb] |
pass
pt261.3: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner[id-e9a44b91-31c8-4b40-a332-e0a39ffb4dbb] |
||||||
test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e] |
pass
pt261.4: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format[id-9959ca1d-1aa7-4b7a-a1ea-0fff0499b37e] |
||||||
test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb] |
pass
pt261.5: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format[id-4a4735a7-f22f-49b6-b0d9-66e1ef7453eb] |
||||||
test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb] |
pass
pt261.6: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit[id-e914a891-3cc8-4b40-ad32-e0a39ffbddbb] |
||||||
test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f] |
pass
pt261.7: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size[id-4ad8c157-971a-4ba8-aa84-ed61154b1e7f] |
||||||
test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b] |
pass
pt261.8: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name[id-55c8f5f5-bfed-409d-a6d5-4caeda985d7b] |
||||||
test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876] |
pass
pt261.9: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size[id-cf1b9a48-8340-480e-af7b-fe7e17690876] |
||||||
test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a] |
pass
pt261.10: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort[id-eeadce49-04e0-43b7-aec7-52535d903e7a] |
||||||
test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49] |
pass
pt261.11: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir[id-9faaa0c2-c3a5-43e1-8f61-61c54b409a49] |
||||||
test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15] |
pass
pt261.12: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status[id-7fc9e369-0f58-4d05-9aa5-0969e2d59d15] |
||||||
test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9] |
pass
pt261.13: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag[id-aa8ac4df-cff9-418b-8d0f-dd9c67b072c9] |
||||||
test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2] |
pass
pt261.14: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility[id-7a95bb92-d99e-4b12-9718-7bc6ab73e6d2] |
||||||
test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] |
pass
pt261.15: tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params[id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] |
||||||
tempest.api.image.v2.test_images_member.ImagesMemberTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_image_member[id-a6ee18b9-4378-465e-9ad9-9a6de58a3287] |
pass
pt262.1: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member[id-a6ee18b9-4378-465e-9ad9-9a6de58a3287] |
||||||
test_get_image_member_schema[id-634dcc3f-f6e2-4409-b8fd-354a0bb25d83] |
pass
pt262.2: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema[id-634dcc3f-f6e2-4409-b8fd-354a0bb25d83] |
||||||
test_get_image_members_schema[id-6ae916ef-1052-4e11-8d36-b3ae14853cbb] |
pass
pt262.3: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema[id-6ae916ef-1052-4e11-8d36-b3ae14853cbb] |
||||||
test_image_share_accept[id-5934c6ea-27dc-4d6e-9421-eeb5e045494a] |
pass
pt262.4: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept[id-5934c6ea-27dc-4d6e-9421-eeb5e045494a] |
||||||
test_image_share_reject[id-d9e83e5f-3524-4b38-a900-22abcb26e90e] |
pass
pt262.5: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject[id-d9e83e5f-3524-4b38-a900-22abcb26e90e] |
||||||
test_remove_image_member[id-72989bc7-2268-48ed-af22-8821e835c914] |
pass
pt262.6: tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member[id-72989bc7-2268-48ed-af22-8821e835c914] |
||||||
tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative] |
pass
pt263.1: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status[id-b79efb37-820d-4cf0-b54c-308b00cf842c,negative] |
||||||
test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative] |
pass
pt263.2: tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept[id-27002f74-109e-4a37-acd0-f91cd4597967,negative] |
||||||
tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab] |
pass
pt264.1: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema[id-e9e44891-3cb8-3b40-a532-e0a39fea3dab] |
||||||
test_get_metadata_namespaces_schema[id-ffe44891-678b-3ba0-a3e2-e0a3967b3aeb] |
pass
pt264.2: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema[id-ffe44891-678b-3ba0-a3e2-e0a3967b3aeb] |
||||||
test_get_metadata_object_schema[id-dff4a891-b38b-3bf0-a3b2-e03ee67b3a3b] |
pass
pt264.3: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema[id-dff4a891-b38b-3bf0-a3b2-e03ee67b3a3b] |
||||||
test_get_metadata_objects_schema[id-dee4a891-b38b-3bf0-a3b2-e03ee67b3a3c] |
pass
pt264.4: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema[id-dee4a891-b38b-3bf0-a3b2-e03ee67b3a3c] |
||||||
test_get_metadata_properties_schema[id-dce4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
pass
pt264.5: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema[id-dce4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
||||||
test_get_metadata_property_schema[id-dae4a891-b38b-3bf0-a3b2-e03ee67b3a3d] |
pass
pt264.6: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema[id-dae4a891-b38b-3bf0-a3b2-e03ee67b3a3d] |
||||||
test_get_metadata_resource_type_schema[id-fde34891-678b-3b40-ae32-e0a3e67b6beb] |
pass
pt264.7: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema[id-fde34891-678b-3b40-ae32-e0a3e67b6beb] |
||||||
test_get_metadata_resources_types_schema[id-dfe4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
pass
pt264.8: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema[id-dfe4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
||||||
test_get_metadata_tag_schema[id-dde4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
pass
pt264.9: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema[id-dde4a891-b38b-3bf0-a3b2-e03ee67b3a3e] |
||||||
test_get_metadata_tags_schema[id-cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
pass
pt264.10: tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema[id-cde4a891-b38b-3bf0-a3b2-e03ee67b3a3a] |
||||||
tempest.api.image.v2.test_images_negative.ImagesNegativeTest | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative] |
pass
pt265.1: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_create_image_reserved_property[id-e3fb7df8-2742-4143-8976-f1b26870f0a0,negative] |
||||||
test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative] |
pass
pt265.2: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id[id-32248db1-ab88-4821-9604-c7c369f1f88c,negative] |
||||||
test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative] |
pass
pt265.3: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image[id-6fe40f1c-57bd-4918-89cc-8500f850f3de,negative] |
||||||
test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative] |
pass
pt265.4: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image[id-ab980a34-8410-40eb-872b-f264752f46e5,negative] |
||||||
test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative] |
pass
pt265.5: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image[id-e57fc127-7ba0-4693-92d7-1d8a05ebcba9,negative] |
||||||
test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative] |
pass
pt265.6: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id[id-ef45000d-0a72-4781-866d-4cb7bf2562ad,negative] |
||||||
test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative] |
pass
pt265.7: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image[id-668743d5-08ad-4480-b2b8-15da34f81d9f,negative] |
||||||
test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative] |
pass
pt265.8: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format[id-292bd310-369b-41c7-a7a3-10276ef76753,negative] |
||||||
test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative] |
pass
pt265.9: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format[id-70c6040c-5a97-4111-9e13-e73665264ce1,negative] |
||||||
test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative] |
pass
pt265.10: tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_update_image_reserved_property[id-a0ae75d4-ce9c-4576-b823-aba04c8acabd,negative] |
||||||
tempest.api.image.v2.test_images_tags.ImagesTagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
pass
pt266.1: tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image[id-10407036-6059-4f95-a2cd-cbbbee7ed329] |
||||||
tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative] |
pass
pt267.1: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag[id-39c023a2-325a-433a-9eea-649bf1414b19,negative] |
||||||
test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative] |
pass
pt267.2: tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image[id-8cd30f82-6f9a-4c6e-8034-c1b51fba43d9,negative] |
||||||
tempest.api.image.v2.test_versions.VersionsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
pass
pt268.1: tempest.api.image.v2.test_versions.VersionsTest.test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
||||||
tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
pass
pt269.1: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent[id-a0856713-6549-470c-a656-e97c8df9a14d] |
||||||
test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
pass
pt269.2: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network[id-5032b1fe-eb42-4a64-8f3b-6e189d8b5c7d] |
||||||
test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
pass
pt269.3: tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp[id-30c48f98-e45d-4ffb-841c-b8aad57c7587] |
||||||
tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
pass
pt270.1: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
||||||
test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
pass
pt270.2: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
||||||
test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
pass
pt270.3: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
||||||
test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
pass
pt270.4: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
||||||
test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
pass
pt270.5: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
||||||
tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
pass
pt271.1: tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
||||||
tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
pass
pt272.1: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin[id-32727cc3-abe2-4485-a16e-48f2d54c14f2] |
||||||
test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
pass
pt272.2: tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin[id-64f2100b-5471-4ded-b46c-ddeeeb4f231b] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt273.1: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt273.2: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt273.3: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt273.4: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt273.5: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt273.6: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt274.1: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt274.2: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt274.3: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt274.4: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt274.5: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt274.6: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
pass
pt275.1: tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt276.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt276.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt276.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt276.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt277.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt277.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt277.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt277.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_quotas.QuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
pass
pt278.1: tempest.api.network.admin.test_quotas.QuotasTest.test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
||||||
test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
pass
pt278.2: tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
||||||
tempest.api.network.admin.test_routers.RoutersAdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt279.1: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt279.2: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt279.3: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt279.4: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt279.5: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt279.6: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt279.7: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt279.8: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt279.9: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers.RoutersIpV6AdminTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt280.1: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt280.2: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
pass
pt280.3: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt280.4: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
pass
pt280.5: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
pass
pt280.6: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt280.7: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt280.8: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
pass
pt280.9: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
||||||
tempest.api.network.admin.test_routers_dvr.RoutersTestDVR | 3 | 3 | 0 | 0 | 0 | Detail | |
test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
pass
pt281.1: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
||||||
test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
pass
pt281.2: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
||||||
test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
pass
pt281.3: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt282.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt283.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
pass
pt284.1: tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt285.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt285.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt285.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt285.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
pass
pt286.1: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair[id-86c3529b-1231-40de-803c-00e40882f043] |
||||||
test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
pass
pt286.2: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair[id-9599b337-272c-47fd-b3cf-509414414ac4] |
||||||
test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
pass
pt286.3: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair[id-4d6d178f-34f6-4bff-a01c-0a2f8fe909e4] |
||||||
test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
pass
pt286.4: tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair[id-b3f20091-6cd5-472b-8487-3516137df933] |
||||||
tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
pass
pt287.1: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
||||||
test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
pass
pt287.2: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
||||||
test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
pass
pt287.3: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
||||||
test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
pass
pt287.4: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
||||||
test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
pass
pt287.5: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
||||||
test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
pass
pt287.6: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
||||||
test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
pass
pt287.7: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
||||||
test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
pass
pt287.8: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
||||||
test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
pass
pt287.9: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
||||||
test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
pass
pt287.10: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
||||||
test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
pass
pt287.11: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
||||||
tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt288.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt289.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt289.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
pass
pt290.1: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options[id-d2c17063-3767-4a24-be4f-a23dbfa133c9] |
||||||
test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
pass
pt290.2: tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options[id-9a6aebf4-86ee-4f47-b07a-7f7232c55607] |
||||||
tempest.api.network.test_floating_ips.FloatingIPTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt291.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt291.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
||||||
test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
pass
pt291.3: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address[id-45c4c683-ea97-41ef-9c51-5e9802f2f3d7] |
||||||
test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
pass
pt291.4: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port[id-e1f6bffd-442f-4668-b30e-df13f2705e77] |
||||||
test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
pass
pt291.5: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router[id-1bb2f731-fe5a-4b8c-8409-799ade1bed4d] |
||||||
tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
pass
pt292.1: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable[id-6b3b8797-6d43-4191-985c-c48b773eb429,negative] |
||||||
test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
pass
pt292.2: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network[id-50b9aeb4-9f0b-48ee-aa31-fa955a48ff54,negative] |
||||||
test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
pass
pt292.3: tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable[id-22996ea8-4a81-4b27-b6e1-fa5df92fa5e8,negative] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt293.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt293.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt293.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt294.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt294.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt294.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
||||||
tempest.api.network.test_networks.NetworksIpV6Test | 22 | 22 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt295.1: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
pass
pt295.2: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw[id-e41a4888-65a6-418c-a095-f7c2ef4ad59a] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt295.3: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt295.4: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt295.5: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
pass
pt295.6: tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network[id-a9653883-b2a4-469b-8c3c-4518430a7e55] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt295.7: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt295.8: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt295.9: tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt295.10: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt295.11: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt295.12: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt295.13: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt295.14: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt295.15: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt295.16: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt295.17: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt295.18: tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt295.19: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt295.20: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
pass
pt295.21: tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw[id-ebb4fd95-524f-46af-83c1-0305b239338f] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt295.22: tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
tempest.api.network.test_networks.NetworksIpV6TestAttrs | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
pass
pt296.1: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports[id-88554555-ebf8-41ef-9300-4926d45e06e9] |
||||||
test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
pass
pt296.2: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports[id-2de6ab5a-fcf0-4144-9813-f91a940291f1] |
||||||
test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
pass
pt296.3: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac[id-176b030f-a923-4040-a755-9dc94329e60c] |
||||||
test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
pass
pt296.4: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful[id-da40cd1b-a833-4354-9a85-cd9b8a3b74ca] |
||||||
test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
pass
pt296.5: tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless[id-7d410310-8c86-4902-adf9-865d08e31adb] |
||||||
tempest.api.network.test_networks.NetworksTest | 20 | 20 | 0 | 0 | 0 | Detail | |
test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
pass
pt297.1: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes[id-a4d9ec4c-0306-4111-a75c-db01a709030b] |
||||||
test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
pass
pt297.2: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools[id-bec949c4-3147-4ba6-af5f-cd2306118404] |
||||||
test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
pass
pt297.3: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled[id-94ce038d-ff0a-4a4c-a56b-09da3ca0b55d] |
||||||
test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
pass
pt297.4: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw[id-9393b468-186d-496d-aa36-732348cd76e7] |
||||||
test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
pass
pt297.5: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools[id-8217a149-0c6c-4cfb-93db-0486f707d13f] |
||||||
test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
pass
pt297.6: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers[id-d830de0a-be47-468f-8f02-1fd996118289] |
||||||
test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
pass
pt297.7: tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway[id-d2d596e2-8e76-47a9-ac51-d4648009f4d3] |
||||||
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt297.8: tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
||||||
test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
pass
pt297.9: tempest.api.network.test_networks.NetworksTest.test_create_update_network_description[id-c72c1c0c-2193-4aca-ccc4-b1442640bbbb] |
||||||
test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
pass
pt297.10: tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet[id-f04f61a9-b7f3-4194-90b2-9bcf660d1bfe] |
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt297.11: tempest.api.network.test_networks.NetworksTest.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt297.12: tempest.api.network.test_networks.NetworksTest.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
||||||
test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
pass
pt297.13: tempest.api.network.test_networks.NetworksTest.test_list_networks_fields[id-6ae6d24f-9194-4869-9c85-c313cb20e080] |
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt297.14: tempest.api.network.test_networks.NetworksTest.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
||||||
test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
pass
pt297.15: tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields[id-842589e3-9663-46b0-85e4-7f01273b0412] |
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt297.16: tempest.api.network.test_networks.NetworksTest.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
||||||
test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
pass
pt297.17: tempest.api.network.test_networks.NetworksTest.test_show_network_fields[id-867819bb-c4b6-45f7-acf9-90edcf70aa5e] |
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt297.18: tempest.api.network.test_networks.NetworksTest.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
||||||
test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
pass
pt297.19: tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields[id-270fff0b-8bfc-411f-a184-1e8fd35286f0] |
||||||
test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
pass
pt297.20: tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp[id-3d3852eb-3009-49ec-97ac-5ce83b73010a] |
||||||
tempest.api.network.test_networks_negative.NetworksNegativeTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
pass
pt298.1: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
||||||
test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
pass
pt298.2: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
||||||
test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
pass
pt298.3: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
||||||
test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
pass
pt298.4: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
||||||
test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
pass
pt298.5: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
||||||
test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
pass
pt298.6: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
||||||
test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
pass
pt298.7: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
||||||
test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
pass
pt298.8: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
||||||
test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
pass
pt298.9: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
||||||
test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
pass
pt298.10: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
||||||
tempest.api.network.test_ports.PortsIpV6TestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt299.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt299.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt299.3: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt299.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt299.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt299.6: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt299.7: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt299.8: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt299.9: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt299.10: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt299.11: tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt299.12: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt299.13: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt299.14: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt299.15: tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_ports.PortsTestJSON | 15 | 15 | 0 | 0 | 0 | Detail | |
test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
pass
pt300.1: tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port[id-67f1b811-f8db-43e2-86bd-72c074d4a42c] |
||||||
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt300.2: tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt300.3: tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
||||||
test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
pass
pt300.4: tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac[id-13e95171-6cbd-489c-9d7c-3f9c58215c18] |
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt300.5: tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
||||||
test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
pass
pt300.6: tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip[id-63aeadd4-3b49-427f-a3b1-19ca81f06270] |
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt300.7: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
||||||
test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
pass
pt300.8: tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields[id-ff7f117f-f034-4e0e-abff-ccef05c454b4] |
||||||
test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
pass
pt300.9: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip[id-e7fe260b-1e79-4dd3-86d9-bec6a7959fc5] |
||||||
test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
pass
pt300.10: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr[id-79895408-85d5-460d-94e7-9531c5fd9123] |
||||||
test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
pass
pt300.11: tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id[id-5ad01ed0-0e6e-4c5d-8194-232801b15c72] |
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt300.12: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
||||||
test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
pass
pt300.13: tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields[id-45fcdaf2-dab0-4c13-ac6c-fcddfb579dbd] |
||||||
test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
pass
pt300.14: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes[id-58091b66-4ff4-4cc1-a549-05d60c7acd1a] |
||||||
test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
pass
pt300.15: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes[id-edf6766d-3d40-4621-bc6e-2521a44c257d] |
||||||
tempest.api.network.test_routers.RoutersIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt301.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt301.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt301.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt301.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt301.5: tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt301.6: tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt301.7: tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers.RoutersTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt302.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt302.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt302.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt302.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
pass
pt302.5: tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
pass
pt302.6: tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt302.7: tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers_negative.DvrRoutersNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
pass
pt303.1: tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt304.1: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt304.2: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt304.3: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt304.4: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt304.5: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt304.6: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt304.7: tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
tempest.api.network.test_routers_negative.RoutersNegativeTest | 7 | 7 | 0 | 0 | 0 | Detail | |
test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
pass
pt305.1: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400[id-957751a3-3c68-4fa2-93b6-eb52ea10db6e,negative] |
||||||
test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
pass
pt305.2: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404[id-c7edc5ad-d09d-41e6-a344-5c0c31e2e3e4,negative] |
||||||
test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
pass
pt305.3: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404[id-37a94fc0-a834-45b9-bd23-9a81d2fd1e22,negative] |
||||||
test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
pass
pt305.4: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409[id-04df80f9-224d-47f5-837a-bf23e33d1c20,negative] |
||||||
test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
pass
pt305.5: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404[id-c2a70d72-8826-43a7-8208-0209e6360c47,negative] |
||||||
test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
pass
pt305.6: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404[id-b23d1569-8b0c-4169-8d4b-6abd34fad5c7,negative] |
||||||
test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
pass
pt305.7: tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400[id-11836a18-0b15-4327-a50b-f0d9dc66bddd,negative] |
||||||
tempest.api.network.test_security_groups.SecGroupIPv6Test | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt306.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt306.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt306.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt306.4: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt306.5: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt306.6: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt306.7: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt306.8: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt306.9: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups.SecGroupTest | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt307.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
pass
pt307.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
pass
pt307.3: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
pass
pt307.4: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
pass
pt307.5: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
pass
pt307.6: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt307.7: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
pass
pt307.8: tempest.api.network.test_security_groups.SecGroupTest.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt307.9: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test | 14 | 14 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt308.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt308.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt308.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt308.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt308.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt308.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt308.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt308.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt308.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
pass
pt308.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt308.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt308.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt308.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt308.14: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupTest | 13 | 13 | 0 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt309.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
pass
pt309.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
pass
pt309.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
pass
pt309.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
pass
pt309.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
pass
pt309.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
pass
pt309.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
pass
pt309.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
pass
pt309.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
pass
pt309.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt309.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt309.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt309.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_service_providers.ServiceProvidersTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
pass
pt310.1: tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
||||||
tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt311.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
||||||
tempest.api.network.test_tags.TagsExtTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
pass
pt312.1: tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags[id-c6231efa-9a89-4adf-b050-2a3156b8a1d9] |
||||||
test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
pass
pt312.2: tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags[id-663a90f5-f334-4b44-afe0-c5fc1d408791] |
||||||
tempest.api.network.test_tags.TagsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
pass
pt313.1: tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags[id-ee76bfaf-ac94-4d74-9ecc-4bbd4c583cb1] |
||||||
tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt314.1: tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
||||||
test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
pass
pt314.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt315.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt316.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt317.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt317.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
||||||
tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt318.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt318.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt318.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt318.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt318.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt318.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt318.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt319.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt319.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
||||||
tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt320.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt320.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
||||||
tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt321.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt321.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
||||||
tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt322.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt322.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt322.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt322.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt322.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt323.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt323.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt323.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt324.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt324.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt324.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt324.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt324.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt324.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt324.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt324.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt324.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt324.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt324.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt324.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt325.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt325.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt325.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt325.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt325.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt325.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt326.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
||||||
tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt327.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
||||||
tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt328.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt328.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
||||||
tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt329.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
||||||
tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow] |
pass
pt330.1: tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops[compute,id-cb2b4c4f-0c7c-4164-bdde-6285b302a081,slow] |
||||||
tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps | 9 | 9 | 0 | 0 | 0 | Detail | |
test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
pass
pt331.1: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
||||||
test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
pass
pt331.2: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
||||||
test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
pass
pt331.3: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
||||||
test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
pass
pt331.4: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
||||||
test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
pass
pt331.5: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
||||||
test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
pass
pt331.6: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
||||||
test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
pass
pt331.7: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
||||||
test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
pass
pt331.8: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
||||||
test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
pass
pt331.9: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
||||||
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 4 | 2 | 0 | 0 | 2 | Detail | |
test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
pass
pt332.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
||||||
test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
skip
pt332.2: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
||||||
test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow] |
pass
pt332.3: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow] |
||||||
test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
skip
pt332.4: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
||||||
tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps | 2 | 2 | 0 | 0 | 0 | Detail | |
test_swift_acl_anonymous_download[id-916c7111-cb1f-44b2-816d-8f760e4ea910,object_storage,slow] |
pass
pt333.1: tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download[id-916c7111-cb1f-44b2-816d-8f760e4ea910,object_storage,slow] |
||||||
test_swift_basic_ops[id-b920faf1-7b8a-4657-b9fe-9c4512bfb381,object_storage] |
pass
pt333.2: tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops[id-b920faf1-7b8a-4657-b9fe-9c4512bfb381,object_storage] |
||||||
tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,network,slow] |
pass
pt334.1: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup[compute,id-13ccf253-e5ad-424b-9c4a-97b88a026699,network,slow] |
||||||
tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
pass
pt335.1: tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
||||||
tempest.scenario.test_server_basic_ops.TestServerBasicOps | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
pass
pt336.1: tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
||||||
tempest.scenario.test_server_multinode.TestServerMultinode | 1 | 1 | 0 | 0 | 0 | Detail | |
test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,network,smoke] |
pass
pt337.1: tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes[compute,id-9cecbe35-b9d4-48da-a37e-7ce70aa43d30,network,smoke] |
||||||
tempest.scenario.test_snapshot_pattern.TestSnapshotPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
pass
pt338.1: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
||||||
tempest.scenario.test_unified_limits.ImageQuotaTest | 4 | 0 | 0 | 0 | 4 | Detail | |
test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
skip
pt339.1: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_quota[id-9b74fe24-183b-41e6-bf42-84c2958a7be8,identity,image] |
||||||
test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
skip
pt339.2: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota[id-b103788b-5329-4aa9-8b0d-97f8733460db,identity,image] |
||||||
test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
skip
pt339.3: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_size_quota[id-05e8d064-c39a-4801-8c6a-465df375ec5b,identity,image] |
||||||
test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
skip
pt339.4: tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota[id-fc76b8d9-aae5-46fb-9285-099e37f311f7,identity,image] |
||||||
Total | 1200 | 1029 | 81 | 0 | 90 |