Merge "Add FIPS job for barbican case"
diff --git a/.zuul.yaml b/.zuul.yaml
index 88436f5..a2fbf7f 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -27,9 +27,7 @@
- cinder-tempest-plugin-basic-zed
- cinder-tempest-plugin-basic-yoga
- cinder-tempest-plugin-basic-xena
- # Set this job to voting once we have some actual tests to run
- - cinder-tempest-plugin-protection-functional:
- voting: false
+ - cinder-tempest-plugin-protection-functional
gate:
jobs:
- cinder-tempest-plugin-lvm-lio-barbican
diff --git a/cinder_tempest_plugin/scenario/test_volume_encrypted.py b/cinder_tempest_plugin/scenario/test_volume_encrypted.py
index 69edfa6..eb0e817 100644
--- a/cinder_tempest_plugin/scenario/test_volume_encrypted.py
+++ b/cinder_tempest_plugin/scenario/test_volume_encrypted.py
@@ -122,9 +122,8 @@
* Create an encrypted volume from image
* Boot an instance from the volume
* Write data to the volume
- * Detach volume
- * Create a clone from the first volume
- * Create another encrypted volume from source_volumeid
+ * Destroy the instance
+ * Create a clone of the encrypted volume
* Boot an instance from cloned volume
* Verify the data
"""