From 04d53edd7fe41b4d23dff4b6255b7c927594a044 Mon Sep 17 00:00:00 2001 From: zhurong Date: Tue, 9 Jan 2018 14:48:59 +0800 Subject: [PATCH] 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 --- .../scenario/application_catalog/test_cinder_volumes.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/murano_tempest_tests/tests/scenario/application_catalog/test_cinder_volumes.py b/murano_tempest_tests/tests/scenario/application_catalog/test_cinder_volumes.py index 4f16e44..83d7211 100644 --- a/murano_tempest_tests/tests/scenario/application_catalog/test_cinder_volumes.py +++ b/murano_tempest_tests/tests/scenario/application_catalog/test_cinder_volumes.py @@ -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