mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-6781: Disabling failing test corresponding to this bug"
This reverts commit 7bc7377a17.
This commit is contained in:
parent
b0c797c628
commit
9cd6c4f2ae
|
|
@ -75,7 +75,7 @@ class TestPortablePublicIPRange(cloudstackTestCase):
|
|||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
return
|
||||
|
||||
@attr(tags = ["simulator", "basic", "advanced", "portablepublicip", "selfservice"],BugId="CLOUDSTACK-6781")
|
||||
@attr(tags = ["simulator", "basic", "advanced", "portablepublicip", "selfservice"])
|
||||
def test_createPortablePublicIPRange(self):
|
||||
""" Test to create a portable public ip range
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue