Merge "fix error url"
diff --git a/.zuul.yaml b/.zuul.yaml
index ed79eac..a8c34fe 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,5 +1,4 @@
- project:
- name: openstack/manila-tempest-plugin
check:
jobs:
- manila-tempest-dsvm-mysql-generic:
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:
diff --git a/test-requirements.txt b/test-requirements.txt
index 5c9945e..337b82e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,10 +6,10 @@
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
-openstackdocstheme>=1.17.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
# releasenotes
reno>=2.5.0 # Apache-2.0