Merge "Disable functional tests with multiattach"
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
|
import unittest
|
||||||
|
|
||||||
import six
|
import six
|
||||||
import ddt
|
import ddt
|
||||||
|
|
||||||
@@ -89,6 +91,7 @@ class CinderVolumeTestsWithParameters(base.ClientTestBase):
|
|||||||
format(volume_description))
|
format(volume_description))
|
||||||
self.assertEqual(volume_description, volume['description'])
|
self.assertEqual(volume_description, volume['description'])
|
||||||
|
|
||||||
|
@unittest.skip("Skip until multiattach will be supported")
|
||||||
def test_volume_create_multiattach(self):
|
def test_volume_create_multiattach(self):
|
||||||
"""Test steps:
|
"""Test steps:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user