Revert "CLOUDSTACK-6781: Disabling failing test corresponding to this bug"

This reverts commit 7bc7377a17.
This commit is contained in:
Abhinandan Prateek 2014-05-28 10:50:32 +05:30
parent b0c797c628
commit 9cd6c4f2ae
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""