Inaccurate docstring test_boot_cloned_encrypted_volume
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cinder-tempest-plugin |
Triaged
|
Low
|
Toheeb Oyekola |
Bug Description
We need to update the docstring to accurately describe the two steps that are being performed. The first step is to destroy the instance, and the second step is to create an encrypted clone using the source_volid and then boot another instance from that cloned volume.
First in L125 the volume is not detached but the instance is destroyed. Second the test says that the test performs two clone operations. A non-encrypted clone and then an encrypted clone operation. Only the second is accurate, since the test only create a clone from the same volume type than the source volume which is encrypted. [1]
We need to update the docstring to something like this:
```
- Destroy instance
- Create encrypted clone using source_volid
- Boot another instance from cloned volume
```
Can this bug be assigned to me, so I can work on it?