commit | d23abaf0e326a406ba29667d637b2587ad08900a | [log] [tgz] |
---|---|---|
author | Rodrigo Barbieri <rodrigob@netapp.com> | Wed Feb 07 09:35:18 2018 -0200 |
committer | Rodrigo Barbieri <rodrigob@netapp.com> | Wed Feb 07 15:18:20 2018 -0200 |
tree | db85c7a8584660ccc1e3fb051d082788956782b2 | |
parent | 67d8e3fbf616f389a1d5ada3efb07c508e5becf8 [diff] |
Allow IPv6 Share Migration tests Removing the skip condition as Share Migration is now able to run tests with IPv6. Change-Id: I4b77a66949d69d23676a9a0e4b6c692087aae824 Depends-on: Icba4b22ad87ccfabcc02078648b1abc6410e5353
diff --git a/manila_tempest_tests/tests/scenario/test_share_basic_ops.py b/manila_tempest_tests/tests/scenario/test_share_basic_ops.py index 963d746..7d9b919 100644 --- a/manila_tempest_tests/tests/scenario/test_share_basic_ops.py +++ b/manila_tempest_tests/tests/scenario/test_share_basic_ops.py
@@ -370,10 +370,6 @@ raise self.skipException("Only NFS protocol supported " "at this moment.") - if self.use_ipv6: - raise self.skipException("Share Migration using IPv6 is not " - "supported at this moment.") - pools = self.shares_admin_v2_client.list_pools(detail=True)['pools'] if len(pools) < 2: