Stop skipping ipv6 delete access rule test

Closes-Bug: #1707066

Depends-On: Idd0014d898d5468922625e62f9e649926dc04e35
Change-Id: Iff896f101fce8121959ad7166ded3f6c99e9173f
This commit is contained in:
Tom Barron 2017-08-02 13:43:07 -04:00 committed by Goutham Pacha Ravi
parent 73c31c667d
commit c8b84e7a8d
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
import ddt
from tempest.lib import exceptions as tempest_lib_exc
import testtools
from manilaclient import api_versions
from manilaclient import config
@ -173,7 +172,6 @@ class ShareAccessReadWriteBase(base.BaseTestCase):
self.share_id, 'cert', self.access_to['cert'].pop(), microversion)
@ddt.data("2.38", api_versions.MAX_VERSION)
@testtools.skip("BUG: https://bugs.launchpad.net/manila/+bug/1707066")
def test_create_delete_ipv6_access_rule(self, microversion):
self._create_delete_access_rule(
self.share_id, 'ip', self.access_to['ipv6'].pop(), microversion)