diff --git a/cinder_tempest_plugin/scenario/test_volume_encrypted.py b/cinder_tempest_plugin/scenario/test_volume_encrypted.py index 69edfa6..eb0e817 100644 --- a/cinder_tempest_plugin/scenario/test_volume_encrypted.py +++ b/cinder_tempest_plugin/scenario/test_volume_encrypted.py @@ -122,9 +122,8 @@ * Create an encrypted volume from image * Boot an instance from the volume * Write data to the volume - * Detach volume - * Create a clone from the first volume - * Create another encrypted volume from source_volumeid + * Destroy the instance + * Create a clone of the encrypted volume * Boot an instance from cloned volume * Verify the data """