Codebase list cinder-tempest-plugin / d6989d3
Fix test_boot_cloned_encrypted_volume docstring Updated the docstring description for test_boot_cloned_encrypted_volume function to an accurate one. Closes-Bug:2006594 Change-Id: I5e6e5444388acccb85d74d8ab2a22c8d988cfb5b Toheeb Oyekola 3 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
121121 * Create an encrypted volume from image
122122 * Boot an instance from the volume
123123 * Write data to the volume
124 * Detach volume
125 * Create a clone from the first volume
126 * Create another encrypted volume from source_volumeid
124 * Destroy the instance
125 * Create a clone of the encrypted volume
127126 * Boot an instance from cloned volume
128127 * Verify the data
129128 """