Disable test_extend_attached_encrypted_volume_luksv1 due to 2116852
Skip the test case that started failing consistently until we have a
fix.
Related-Bug: #2116852
Signed-off-by: Balazs Gibizer <gibi@redhat.com>
Change-Id: I74eb30bd2f965eae24684eaa5d4c490c1010c2ab
diff --git a/tempest/api/volume/admin/test_encrypted_volumes_extend.py b/tempest/api/volume/admin/test_encrypted_volumes_extend.py
index 4506389..9c4819d 100644
--- a/tempest/api/volume/admin/test_encrypted_volumes_extend.py
+++ b/tempest/api/volume/admin/test_encrypted_volumes_extend.py
@@ -34,6 +34,7 @@
raise cls.skipException(
"Attached encrypted volume extend is disabled.")
+ @decorators.skip_because(bug="2116852")
@decorators.idempotent_id('e93243ec-7c37-4b5b-a099-ebf052c13216')
def test_extend_attached_encrypted_volume_luksv1(self):
"""LUKs v1 decrypts and extends through libvirt."""