test_volume_multiattach.VolumeMultiattachTests.test_multiattach_data_integrity depends on encrypted volumes without declaring the dependency
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cinder-tempest-plugin |
Confirmed
|
Medium
|
Eric Harney |
Bug Description
cinder_
According the comments in the review which added the test, the idea was to simulate a real scenario and use an instance with multiple attached volumes while performing some operations on additional attached multiattach volumes.
Unfortunately this means that the test can't work when encryption is not supported.
As the test is valuable even when encryption is not supported and disabling it is not wanted, I see two possible ways:
- just use a simple volume (not encrypted) when encryption is not supported
- never use encrypted volumes, but just defined another type of volume (with random properties) instead
Changed in cinder-tempest-plugin: | |
status: | New → Confirmed |
Changed in cinder-tempest-plugin: | |
assignee: | nobody → Eric Harney (eharney) |
This issue was fixed in the openstack/ cinder- tempest- plugin 1.15.0 release.