commit | 990536bb6c37391d44aa7aed2e2541688312d13a | [log] [tgz] |
---|---|---|
author | Luigi Toscano <ltoscano@redhat.com> | Fri May 07 14:44:36 2021 +0200 |
committer | Luigi Toscano <ltoscano@redhat.com> | Fri May 07 14:45:27 2021 +0200 |
tree | a267b37edcb91310dad37f182e2643d954e6f1cc | |
parent | e654464aa504635ad1c47bba9007390f4e4c3dbc [diff] |
Use the encryption provider constants (2) Follow-up of I05b0200b80d8ae957caaa53d5006b050d2d49da6 which fixes also the other leftover usage of a legacy encryptor class (plain this time). Change-Id: I8fc4e2e6ed84bf18a4c89c30ee5c40b743d00e46
diff --git a/barbican_tempest_plugin/tests/scenario/test_volume_encryption.py b/barbican_tempest_plugin/tests/scenario/test_volume_encryption.py index 9241283..26919c6 100644 --- a/barbican_tempest_plugin/tests/scenario/test_volume_encryption.py +++ b/barbican_tempest_plugin/tests/scenario/test_volume_encryption.py
@@ -133,7 +133,6 @@ self.check_tenant_network_connectivity( server, CONF.validation.image_ssh_user, keypair['private_key']) - volume = self.create_encrypted_volume('nova.volume.encryptors.' - 'cryptsetup.CryptsetupEncryptor', + volume = self.create_encrypted_volume('plain', volume_type='cryptsetup') self.attach_detach_volume(server, volume, keypair)