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:
		@@ -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:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user