From c5059b418760d38e4634e764a8a987f948e875ac Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Fri, 10 Mar 2017 16:56:14 +0200 Subject: [PATCH] Disable functional tests with multiattach LVM driver doesn't support mulltiattach now. That's why this test fails on gates. We have to disable it until multiattach will be supported. Change-Id: I690982dfa81a566d1632ebe81c54f5596316b02f --- cinderclient/tests/functional/test_volume_create_cli.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cinderclient/tests/functional/test_volume_create_cli.py b/cinderclient/tests/functional/test_volume_create_cli.py index 864a8ebfb..2795b78fd 100644 --- a/cinderclient/tests/functional/test_volume_create_cli.py +++ b/cinderclient/tests/functional/test_volume_create_cli.py @@ -10,6 +10,8 @@ # License for the specific language governing permissions and limitations # under the License. +import unittest + import six import ddt @@ -89,6 +91,7 @@ class CinderVolumeTestsWithParameters(base.ClientTestBase): format(volume_description)) self.assertEqual(volume_description, volume['description']) + @unittest.skip("Skip until multiattach will be supported") def test_volume_create_multiattach(self): """Test steps: