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
This commit is contained in:
Rodrigo Barbieri 2018-02-07 09:35:18 -02:00
parent 67d8e3fbf6
commit d23abaf0e3
1 changed files with 0 additions and 4 deletions

View File

@ -370,10 +370,6 @@ class ShareBasicOpsBase(manager.ShareScenarioTest):
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: