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
| 121 | 121 | * Create an encrypted volume from image |
| 122 | 122 | * Boot an instance from the volume |
| 123 | 123 | * 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 | |
| 127 | 126 | * Boot an instance from cloned volume |
| 128 | 127 | * Verify the data |
| 129 | 128 | """ |