all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==23.1.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2023.7.22,cffi==1.15.1,charset-normalizer==3.1.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.3.0,cmd2==2.4.3,cryptography==40.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==6.0.1,iso8601==1.1.0,jsonschema==4.17.3,msgpack==1.0.5,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.0,oslo.serialization==5.1.1,oslo.utils==6.2.0,packaging==23.1,paramiko==3.1.0,pbr==5.11.1,prettytable==3.7.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.19.3,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2023.3,PyYAML==6.0,requests==2.28.2,rfc3986==2.0.0,six==1.16.0,stestr==4.0.1,stevedore==5.1.0,-e git+https://github.com/openstack/tempest@bf89c8da33fb1188aa2dacc937e6409e566fc385#egg=tempest,testtools==2.6.0,tzdata==2023.3,urllib3==1.26.15,voluptuous==0.13.1,wcwidth==0.2.6,wrapt==1.15.0,zipp==3.15.0 all run-test-pre: PYTHONHASHSEED='2577722354' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {1} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {2} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {2} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {10} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {8} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.452178s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.043277s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.046362s] ... ok {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.112150s] ... ok {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.094530s] ... ok {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.229684s] ... ok {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.093747s] ... ok {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.481024s] ... ok {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.088861s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [14.600955s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [11.903858s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.056139s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.455838s] ... ok {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.104354s] ... ok {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.056602s] ... ok {2} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {3} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.795201s] ... ok {3} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.669606s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.798481s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [12.773522s] ... ok {2} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.577812s] ... ok {2} tearDownClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 6e63447e-4e19-4860-afbf-7888d7bed31d failed to delete and is in error_deleting status, ) {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [12.443842s] ... ok {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.450542s] ... ok {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.277556s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [10.902123s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [9.839996s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.287227s] ... ok {2} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [9.216568s] ... ok {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.205606s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.077091s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.061678s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.085556s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.367484s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.175960s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.303990s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.083574s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.092769s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.087821s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.086431s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.081612s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.075748s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.138455s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.334958s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.138283s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.365935s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.084541s] ... ok {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.085392s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [10.234369s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [10.477624s] ... ok {3} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [14.658723s] ... ok {3} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [21.756726s] ... ok {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [38.914827s] ... ok {2} tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 8f0deb31-afd4-4ece-b2be-625becfa3441 failed to delete and is in error_deleting status, ), (, 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.'}, )) {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {4} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [180.689483s] ... ok {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [189.074611s] ... ok {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [26.715518s] ... ok {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [10.523342s] ... ok {0} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [191.441863s] ... ok {5} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [225.972236s] ... ok {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [226.743646s] ... ok {7} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [251.245441s] ... ok {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [117.933110s] ... ok {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [223.306773s] ... ok {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [124.678528s] ... ok {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [9.963265s] ... ok {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [453.042001s] ... ok {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [196.880164s] ... ok {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [350.967258s] ... ok {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [125.156965s] ... ok {11} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [461.092150s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.225744s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.303981s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.015135s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.188716s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.018771s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.018017s] ... ok {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [209.586064s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [38.138237s] ... ok {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [30.903652s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [46.537990s] ... ok {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [31.014207s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [22.912811s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.039318s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.041351s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.034430s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [10.377114s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.025848s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.017498s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.029366s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.023246s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.036723s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.025811s] ... ok {4} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [225.717208s] ... ok {11} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.302326s] ... ok {11} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.065393s] ... ok {8} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [439.026944s] ... ok {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [400.006548s] ... ok {11} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [3.873759s] ... ok {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [174.959730s] ... ok {11} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [22.686651s] ... ok {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [10.155215s] ... ok {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [513.577300s] ... ok {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [9.084748s] ... ok {11} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [20.343577s] ... ok {8} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [20.363844s] ... ok {11} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {11} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.206878s] ... ok {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [10.381784s] ... ok {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [10.258835s] ... ok {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [394.746441s] ... ok {1} tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server [287.334172s] ... ok {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [10.836262s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.184747s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.013954s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.015260s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.133140s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010350s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.015939s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.048272s] ... ok {6} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.046339s] ... ok {9} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {6} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [22.354835s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [15.256059s] ... ok {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [25.766920s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [9.205971s] ... ok {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [15.036796s] ... ok {6} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.196600s] ... ok {6} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {6} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [6.220138s] ... ok {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [32.013963s] ... ok {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [27.311855s] ... ok {1} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.252215s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.872576s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.204911s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.180063s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.219221s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.039925s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.031775s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.198342s] ... ok {6} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {6} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.216660s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.084221s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.400814s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.017153s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.016510s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.037277s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.023268s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.034399s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.024853s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.033040s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.019879s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.015106s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.049294s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.043468s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.050823s] ... ok {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [21.624163s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.187320s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.067327s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.017567s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.033139s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.019006s] ... ok {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [235.426959s] ... ok {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [513.388539s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [27.655409s] ... ok {9} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {9} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.051642s] ... ok {9} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [8.977202s] ... ok {9} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {10} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {10} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {10} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.621177s] ... ok {10} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {10} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.404525s] ... ok {10} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.794844s] ... ok {3} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [371.910638s] ... ok {10} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [11.787696s] ... ok {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [15.274611s] ... ok {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [631.176735s] ... ok {4} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [406.437569s] ... ok {8} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [310.863156s] ... ok {10} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [184.987898s] ... ok {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [234.636614s] ... ok {5} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.182916s] ... ok {5} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.925231s] ... ok {5} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.321080s] ... ok {5} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.260130s] ... ok {5} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.193201s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [10.834117s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.146692s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.512290s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.052182s] ... ok {5} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.268614s] ... ok {5} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {5} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.062895s] ... ok {5} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {5} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {4} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.210170s] ... ok {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.227906s] ... ok {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.244265s] ... ok {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.029824s] ... ok {4} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.342665s] ... ok {4} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.250171s] ... ok {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [202.509373s] ... ok {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [513.319066s] ... ok {0} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [3.836923s] ... ok {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [21.182296s] ... ok {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.019423s] ... ok {0} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.176744s] ... ok {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [27.451275s] ... ok {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [21.694768s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 104, in test_volume_from_snapshot_cascade_delete self.volumes_client.wait_for_resource_deletion(volume['id']) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 206, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 156, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 198, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-29 13:56:41,300 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes 0.485s 2023-07-29 13:56:41,300 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-2035926431"}} Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34e9de2-ecc0-4902-896e-066f6a087496', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34e9de2-ecc0-4902-896e-066f6a087496', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.234779", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-29 13:56:41,362 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.044s 2023-07-29 13:56:41,362 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7de78d-d8dc-4706-a096-166fb93bf43f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7de78d-d8dc-4706-a096-166fb93bf43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:42,429 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.044s 2023-07-29 13:56:42,429 240796 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee39b245-d163-48c6-8835-b88a7e6b4a3c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee39b245-d163-48c6-8835-b88a7e6b4a3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:41.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:43,481 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.040s 2023-07-29 13:56:43,482 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d4d0c0-b323-43b7-96ee-9230d1cfaea2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d4d0c0-b323-43b7-96ee-9230d1cfaea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:41.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:44,532 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.038s 2023-07-29 13:56:44,533 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13: 56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23073cd7-d8f3-46d7-927e-613493100eb1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23073cd7-d8f3-46d7-927e-613493100eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:44.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:44,543 240796 INFO [tempest.common.waiters] volume 6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 reached available after waiting for 3.543411 seconds 2023-07-29 13:56:44,709 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots 0.166s 2023-07-29 13:56:44,710 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "name": "tempest-VolumesDeleteCascade-Snapshot-816088238"}} Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df4960e7-bbe4-4403-b780-0c65ccb4204b', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df4960e7-bbe4-4403-b780-0c65ccb4204b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:44.624377", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-29 13:56:44,737 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.024s 2023-07-29 13:56:44,738 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72e8fac-49b1-4f97-be35-e18d5187beec', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72e8fac-49b1-4f97-be35-e18d5187beec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13 :56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:45,785 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.042s 2023-07-29 13:56:45,786 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac29d8f-75bc-4488-856f-1636395a94e4', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac29d8f-75bc-4488-856f-1636395a94e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:46,826 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.031s 2023-07-29 13:56:46,827 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dcc46d8-a771-42d4-879c-c34c970578fd', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dcc46d8-a771-42d4-879c-c34c970578fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:47,863 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.028s 2023-07-29 13:56:47,864 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25566850-059b-485b-969b-4408c4da6d15', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack- request-id': 'req-25566850-059b-485b-969b-4408c4da6d15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:48,896 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.024s 2023-07-29 13:56:48,897 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f7582a-bbc9-46df-83c2-9fc78acb6d55', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4f7582a-bbc9-46df-83c2-9fc78acb6d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:49,924 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.022s 2023-07-29 13:56:49,924 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f2826d3-be01-4c18-979e-d10264daa302', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f2826d3-be01-4c18-979e-d10264daa302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": "2023-07-29T13:56:49.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-29 13:56:49,928 240796 INFO [tempest.common.waiters] snapshot 1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed reached available after waiting for 5.928283 seconds 2023-07-29 13:56:50,251 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes 0.322s 2023-07-29 13:56:50,251 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-530239079"}} Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f1dfd83-6fee-48b3-a14d-171d464e2b93', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f1dfd83-6fee-48b3-a14d-171d464e2b93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.142377", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-29 13:56:50,314 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.053s 2023-07-29 13:56:50,314 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d3d167d-eaef-4e39-9c48-865572339267', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d3d167d-eaef-4e39-9c48-865572339267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:51,366 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.040s 2023-07-29 13:56:51,367 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2fcfb8d-9dc3-493d-8bbf-7f2be67ddb79', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2fcfb8d-9dc3-493d-8bbf-7f2be67ddb79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:52,429 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.050s 2023-07-29 13:56:52,429 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40ef2386-b76f-4ac2-b402-3982e65f6fc9', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40ef2386-b76f-4ac2-b402-3982e65f6fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:53,494 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.044s 2023-07-29 13:56:53,495 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6374d23e-fe5f-40bf-8895-379bf5b754f8', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6374d23e-fe5f-40bf-8895-379bf5b754f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:54,552 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.045s 2023-07-29 13:56:54,552 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431ad706-7bd4-4a61-a06f-7aa4ab247b24', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431ad706-7bd4-4a61-a06f-7aa4ab247b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:55,607 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.043s 2023-07-29 13:56:55,608 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7f2afc-3cff-4ad9-8c03-7c1bcb09d05d', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7f2afc-3cff-4ad9-8c03-7c1bcb09d05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:55,619 240796 INFO [tempest.common.waiters] volume 7356d91c-01f2-4e07-b08f-c5839e56852a reached available after waiting for 5.619139 seconds 2023-07-29 13:56:55,662 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.043s 2023-07-29 13:56:55,663 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36881d4e-edd5-4b95-af41-f68cc91d5beb', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36881d4e-edd5-4b95-af41-f68cc91d5beb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:55,756 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358?cascade=True 0.081s 2023-07-29 13:56:55,757 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (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-3cf6bc12-59c3-47ae-8067-d52142430d37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358?cascade=True'} Body: b'' 2023-07-29 13:56:55,802 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.045s 2023-07-29 13:56:55,803 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87af33b-1c40-4da1-8aa7-afa07b8d4d43', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87af33b-1c40-4da1-8aa7-afa07b8d4d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:56.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:56,869 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.053s 2023-07-29 13:56:56,869 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ecccd1-af16-42cc-9986-cb2d7a7e0ba9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ecccd1-af16-42cc-9986-cb2d7a7e0ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:56.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol- tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:57,957 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.075s 2023-07-29 13:56:57,958 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc45e816-98ad-4f59-b17a-f8badff2da11', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc45e816-98ad-4f59-b17a-f8badff2da11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:57.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:58,015 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.043s 2023-07-29 13:56:58,016 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15574327-47eb-4356-af4c-1c536f0b2bb5', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15574327-47eb-4356-af4c-1c536f0b2bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:58,086 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE htt p://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.059s 2023-07-29 13:56:58,087 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:58 GMT', 'server': 'Apache/2.4.52 (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-3fce2fbe-ba93-4893-8b30-9a41cc48347b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'' 2023-07-29 13:56:58,141 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.054s 2023-07-29 13:56:58,142 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3171c79e-1d4c-459c-8ec0-8fb21338d473', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3171c79e-1d4c-459c-8ec0-8fb21338d473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:59,205 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.049s 2023-07-29 13:56:59,206 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8306c0c-8d54-49f4-9f6b-0cfbfffdda73', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8306c0c-8d54-49f4-9f6b-0cfbfffdda73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_ id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:57:00,266 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.046s 2023-07-29 13:57:00,266 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07069a0e-7f4f-4611-8f3d-9ff2390f6b4d', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07069a0e-7f4f-4611-8f3d-9ff2390f6b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:57:01,325 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.046s 2023-07-29 13:57:01,326 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56303a06-142f-4d52-9d4e-632c6668d6ab', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56303a06-142f-4d52-9d4e-632c6668d6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c- 01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:57:02,365 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.026s 2023-07-29 13:57:02,365 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f50aa81-035e-4249-8738-24ab9424a2b8', 'x-openstack-request-id': 'req-2f50aa81-035e-4249-8738-24ab9424a2b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7356d91c-01f2-4e07-b08f-c5839e56852a could not be found."}}' 2023-07-29 13:57:02,407 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.041s 2023-07-29 13:57:02,407 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '137', 'content-type': 'application/json', 'x-compute-request-id': 'req-02605f21-a6af-46e7-aaa9-dabde1e626bc', 'x-openstack-request-id': 'req-02605f21-a6af-46e7-aaa9-dabde1e626bc', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2023-07-29 13:57:02,456 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.048s 2023-07-29 13:57:02,456 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bde6fb-579e-4098-b5ce-cf0765181f46', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bde6fb-579e-4098-b5ce-cf0765181f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:57.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": " self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:57:02,508 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.040s 2023-07-29 13:57:02,508 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-7642ef60-b7f1-4ec1-a1d4-a68447eb0e2a', 'x-openstack-request-id': 'req-7642ef60-b7f1-4ec1-a1d4-a68447eb0e2a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' {3} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [355.784565s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [350.857464s] ... ok {7} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {7} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [9.853627s] ... ok {7} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.391219s] ... ok {7} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [10.117580s] ... ok {4} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [237.577634s] ... ok {7} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [9.299371s] ... ok {8} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [396.862053s] ... ok {4} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {4} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {8} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {8} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [161.671148s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [2.277790s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [1.964854s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.013175s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.023355s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.026438s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.024332s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.013909s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.014246s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.011180s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.021449s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.008556s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.023603s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.020953s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.008421s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.075455s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.080823s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.067386s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.063892s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.134465s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.021531s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.022152s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.009589s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.022015s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.030107s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.025468s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.012128s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.012316s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.024798s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.010846s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.023775s] ... ok {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.022677s] ... ok {0} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [162.619225s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [162.332334s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.210254s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.238600s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.210759s] ... ok {7} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [30.370549s] ... ok {3} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [486.195405s] ... ok {7} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.032049s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.066797s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.024275s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.082407s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.041980s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.039489s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.026810s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.037508s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.037268s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.042211s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.038630s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.117250s] ... ok {7} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.110630s] ... ok {7} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [9.683898s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [531.476759s] ... ok {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {0} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [486.419799s] ... ok ============================== Failed 3 tests - output below: ============================== tearDownClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) --------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 6e63447e-4e19-4860-afbf-7888d7bed31d failed to delete and is in error_deleting status, ) tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) -------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 8f0deb31-afd4-4ece-b2be-625becfa3441 failed to delete and is in error_deleting status, ), (, 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.'}, )) tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 104, in test_volume_from_snapshot_cascade_delete self.volumes_client.wait_for_resource_deletion(volume['id']) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 206, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 156, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 198, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-29 13:56:41,300 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes 0.485s 2023-07-29 13:56:41,300 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-2035926431"}} Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34e9de2-ecc0-4902-896e-066f6a087496', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34e9de2-ecc0-4902-896e-066f6a087496', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.234779", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-29 13:56:41,362 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.044s 2023-07-29 13:56:41,362 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7de78d-d8dc-4706-a096-166fb93bf43f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7de78d-d8dc-4706-a096-166fb93bf43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:42,429 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.044s 2023-07-29 13:56:42,429 240796 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee39b245-d163-48c6-8835-b88a7e6b4a3c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee39b245-d163-48c6-8835-b88a7e6b4a3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:41.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:43,481 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.040s 2023-07-29 13:56:43,482 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d4d0c0-b323-43b7-96ee-9230d1cfaea2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d4d0c0-b323-43b7-96ee-9230d1cfaea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:41.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:44,532 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.038s 2023-07-29 13:56:44,533 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13: 56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23073cd7-d8f3-46d7-927e-613493100eb1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23073cd7-d8f3-46d7-927e-613493100eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:44.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:44,543 240796 INFO [tempest.common.waiters] volume 6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 reached available after waiting for 3.543411 seconds 2023-07-29 13:56:44,709 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots 0.166s 2023-07-29 13:56:44,710 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "name": "tempest-VolumesDeleteCascade-Snapshot-816088238"}} Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df4960e7-bbe4-4403-b780-0c65ccb4204b', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df4960e7-bbe4-4403-b780-0c65ccb4204b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:44.624377", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-29 13:56:44,737 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.024s 2023-07-29 13:56:44,738 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72e8fac-49b1-4f97-be35-e18d5187beec', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72e8fac-49b1-4f97-be35-e18d5187beec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13 :56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:45,785 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.042s 2023-07-29 13:56:45,786 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac29d8f-75bc-4488-856f-1636395a94e4', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac29d8f-75bc-4488-856f-1636395a94e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:46,826 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.031s 2023-07-29 13:56:46,827 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dcc46d8-a771-42d4-879c-c34c970578fd', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dcc46d8-a771-42d4-879c-c34c970578fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:47,863 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.028s 2023-07-29 13:56:47,864 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25566850-059b-485b-969b-4408c4da6d15', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack- request-id': 'req-25566850-059b-485b-969b-4408c4da6d15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:48,896 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.024s 2023-07-29 13:56:48,897 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f7582a-bbc9-46df-83c2-9fc78acb6d55', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4f7582a-bbc9-46df-83c2-9fc78acb6d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-29 13:56:49,924 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.022s 2023-07-29 13:56:49,924 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f2826d3-be01-4c18-979e-d10264daa302', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f2826d3-be01-4c18-979e-d10264daa302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"snapshot": {"id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "created_at": "2023-07-29T13:56:45.000000", "updated_at": "2023-07-29T13:56:49.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-816088238", "description": null, "volume_id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "92d4ff253eb240d9b679dda590f39b49", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-29 13:56:49,928 240796 INFO [tempest.common.waiters] snapshot 1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed reached available after waiting for 5.928283 seconds 2023-07-29 13:56:50,251 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes 0.322s 2023-07-29 13:56:50,251 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-530239079"}} Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f1dfd83-6fee-48b3-a14d-171d464e2b93', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f1dfd83-6fee-48b3-a14d-171d464e2b93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.142377", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-29 13:56:50,314 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.053s 2023-07-29 13:56:50,314 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d3d167d-eaef-4e39-9c48-865572339267', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d3d167d-eaef-4e39-9c48-865572339267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:51,366 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.040s 2023-07-29 13:56:51,367 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2fcfb8d-9dc3-493d-8bbf-7f2be67ddb79', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2fcfb8d-9dc3-493d-8bbf-7f2be67ddb79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:52,429 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.050s 2023-07-29 13:56:52,429 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40ef2386-b76f-4ac2-b402-3982e65f6fc9', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40ef2386-b76f-4ac2-b402-3982e65f6fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:53,494 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.044s 2023-07-29 13:56:53,495 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6374d23e-fe5f-40bf-8895-379bf5b754f8', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6374d23e-fe5f-40bf-8895-379bf5b754f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:54,552 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.045s 2023-07-29 13:56:54,552 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431ad706-7bd4-4a61-a06f-7aa4ab247b24', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431ad706-7bd4-4a61-a06f-7aa4ab247b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:55,607 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.043s 2023-07-29 13:56:55,608 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7f2afc-3cff-4ad9-8c03-7c1bcb09d05d', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7f2afc-3cff-4ad9-8c03-7c1bcb09d05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:55,619 240796 INFO [tempest.common.waiters] volume 7356d91c-01f2-4e07-b08f-c5839e56852a reached available after waiting for 5.619139 seconds 2023-07-29 13:56:55,662 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.043s 2023-07-29 13:56:55,663 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36881d4e-edd5-4b95-af41-f68cc91d5beb', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36881d4e-edd5-4b95-af41-f68cc91d5beb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:55,756 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358?cascade=True 0.081s 2023-07-29 13:56:55,757 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (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-3cf6bc12-59c3-47ae-8067-d52142430d37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358?cascade=True'} Body: b'' 2023-07-29 13:56:55,802 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.045s 2023-07-29 13:56:55,803 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87af33b-1c40-4da1-8aa7-afa07b8d4d43', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87af33b-1c40-4da1-8aa7-afa07b8d4d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:56.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:56,869 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.053s 2023-07-29 13:56:56,869 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ecccd1-af16-42cc-9986-cb2d7a7e0ba9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ecccd1-af16-42cc-9986-cb2d7a7e0ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:56.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol- tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:57,957 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.075s 2023-07-29 13:56:57,958 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc45e816-98ad-4f59-b17a-f8badff2da11', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc45e816-98ad-4f59-b17a-f8badff2da11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:57.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:58,015 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.043s 2023-07-29 13:56:58,016 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15574327-47eb-4356-af4c-1c536f0b2bb5', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15574327-47eb-4356-af4c-1c536f0b2bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:58,086 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE htt p://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.059s 2023-07-29 13:56:58,087 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:58 GMT', 'server': 'Apache/2.4.52 (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-3fce2fbe-ba93-4893-8b30-9a41cc48347b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'' 2023-07-29 13:56:58,141 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.054s 2023-07-29 13:56:58,142 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3171c79e-1d4c-459c-8ec0-8fb21338d473', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3171c79e-1d4c-459c-8ec0-8fb21338d473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:56:59,205 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.049s 2023-07-29 13:56:59,206 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8306c0c-8d54-49f4-9f6b-0cfbfffdda73', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8306c0c-8d54-49f4-9f6b-0cfbfffdda73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_ id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:57:00,266 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.046s 2023-07-29 13:57:00,266 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07069a0e-7f4f-4611-8f3d-9ff2390f6b4d', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07069a0e-7f4f-4611-8f3d-9ff2390f6b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:57:01,325 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.046s 2023-07-29 13:57:01,326 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56303a06-142f-4d52-9d4e-632c6668d6ab', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56303a06-142f-4d52-9d4e-632c6668d6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"volume": {"id": "7356d91c-01f2-4e07-b08f-c5839e56852a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:50.000000", "updated_at": "2023-07-29T13:56:58.000000", "name": "tempest-VolumesDeleteCascade-Volume-530239079", "description": null, "volume_type": "joviandss-2", "snapshot_id": "1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c- 01f2-4e07-b08f-c5839e56852a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:57:02,365 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a 0.026s 2023-07-29 13:57:02,365 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f50aa81-035e-4249-8738-24ab9424a2b8', 'x-openstack-request-id': 'req-2f50aa81-035e-4249-8738-24ab9424a2b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/7356d91c-01f2-4e07-b08f-c5839e56852a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7356d91c-01f2-4e07-b08f-c5839e56852a could not be found."}}' 2023-07-29 13:57:02,407 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed 0.041s 2023-07-29 13:57:02,407 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '137', 'content-type': 'application/json', 'x-compute-request-id': 'req-02605f21-a6af-46e7-aaa9-dabde1e626bc', 'x-openstack-request-id': 'req-02605f21-a6af-46e7-aaa9-dabde1e626bc', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/snapshots/1c6dfc69-bb69-478d-bb79-ab8bfc3a4bed'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2023-07-29 13:57:02,456 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.048s 2023-07-29 13:57:02,456 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bde6fb-579e-4098-b5ce-cf0765181f46', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bde6fb-579e-4098-b5ce-cf0765181f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"volume": {"id": "6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-29T13:56:41.000000", "updated_at": "2023-07-29T13:56:57.000000", "name": "tempest-VolumesDeleteCascade-Volume-2035926431", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": " self", "href": "http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358"}], "user_id": "ffa50bb58c684d3e94b44ad106824693", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92d4ff253eb240d9b679dda590f39b49"}}' 2023-07-29 13:57:02,508 240796 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358 0.040s 2023-07-29 13:57:02,508 240796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 29 Jul 2023 13:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-7642ef60-b7f1-4ec1-a1d4-a68447eb0e2a', 'x-openstack-request-id': 'req-7642ef60-b7f1-4ec1-a1d4-a68447eb0e2a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/92d4ff253eb240d9b679dda590f39b49/volumes/6bc59ad6-1e6a-4bb3-91d7-cf37e10bf358'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' ====== Totals ====== Ran: 294 tests in 2135.2208 sec. - Passed: 258 - Skipped: 33 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 3 Sum of execute time for each test: 13849.1730 sec. ============== Worker Balance ============== - Worker 0 (44 tests) => 0:34:39.797360 - Worker 1 (35 tests) => 0:34:50.011433 - Worker 2 (37 tests) => 0:04:00.345314 - Worker 3 (30 tests) => 0:32:39.771113 - Worker 4 (13 tests) => 0:26:08.361540 - Worker 5 (18 tests) => 0:20:55.273334 - Worker 6 (18 tests) => 0:16:06.747549 - Worker 7 (29 tests) => 0:33:02.898066 - Worker 8 (9 tests) => 0:26:48.787544 - Worker 9 (28 tests) => 0:12:27.088583 - Worker 10 (12 tests) => 0:19:38.590849 - Worker 11 (21 tests) => 0:11:50.042322 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed