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
This commit is contained in:
Ivan Kolodyazhny
2017-03-10 16:56:14 +02:00
parent 5badc3ef31
commit c5059b4187

View File

@@ -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: