cinder-tempest-plugin/cinder_tempest_plugin/scenario
Alan Bishop 40104c78f8 Test the ability to transfer encrypted volumes
Add tempest tests that transfer an encrypted volume to a user in
another project, and one that verifies the ability to cancel (delete)
a transfer. The purpose is to test the ability to transfer the
barbican secret (i.e. the encryption key) to another user.

The tests create an encrypted volume from an image, and launch an
instance to write a timestamp. After the volume is transferred (or
the transfer is deleted), another instance is booted and the timestamp
read back. The tests also verify the process results in the volume
having a new encrytion_key_id.

Implements: blueprint transfer-encrypted-volume
Depends-On: I459f06504e90025c9c0b539981d3d56a2a9394c7
Depends-On: I11072d6d8a185037c7f4cdd52c45933b0cccaf05
Depends-On: I4ad7fe336c5193604d95fca5a72695d82adaa9f0
Depends-On: Ia3f414c4b9b0829f60841a6dd63c97a893fdde4d
Depends-On: I216f78e8a300ab3f79bbcbb38110adf2bbec2196
Change-Id: I30d02c81dd1cf8509585fe3b7a0f3256f17939b5
2022-08-17 21:33:56 +00:00
..
__init__.py Refactored cinder tempest tests to cinder_tempest_plugin 2018-01-22 12:53:28 +05:30
manager.py Merge "Add multiattach tests" 2022-06-29 16:41:29 +00:00
test_encrypted_volume_transfer.py Test the ability to transfer encrypted volumes 2022-08-17 21:33:56 +00:00
test_snapshots.py Improvements in snapshot data integrity tests 2021-12-28 09:25:32 +00:00
test_volume_encrypted.py Import from tempest stable manager 2021-12-03 18:51:05 +00:00
test_volume_multiattach.py Add multiattach tests 2022-03-30 11:34:21 +05:30