Skip test_deploy_app_with_volume_creation_from_backup test to unblock murano gate

Since Idd6c6be1c8bdf4dcf730f67e75a58a0329fe5259 this commit add the
jsonschema validation for backup restore, restore a volume using null
name or uuid will failed. This breaks the original process.
So we skip this test, when it fixed, revert this patch.

Change-Id: Iaba14c48e1a4f7d837df4a9881953d2cfa311545
This commit is contained in:
zhurong 2018-01-09 14:48:59 +08:00
parent ac6962b0b9
commit 04d53edd7f
1 changed files with 5 additions and 0 deletions

View File

@ -454,6 +454,11 @@ class TestCinderVolumeIsolatedAdmin(
@decorators.idempotent_id('5c134343-11bc-4329-ac30-9b43f32c15e2')
@testtools.testcase.attr('smoke')
@testtools.testcase.attr('scenario')
@testtools.skip("This test is failed due to cinder new jsonschema"
"validation for backup restore breaks the original"
"process in commit"
"Idd6c6be1c8bdf4dcf730f67e75a58a0329fe5259, when it"
"fixed, unskip it.")
def test_deploy_app_with_volume_creation_from_backup(self):
"""Test app deployment with volume creation from volume backup