From 9cd6c4f2ae0f822d018afa627f7f07cb11afccdc Mon Sep 17 00:00:00 2001 From: Abhinandan Prateek Date: Wed, 28 May 2014 10:50:32 +0530 Subject: [PATCH] Revert "CLOUDSTACK-6781: Disabling failing test corresponding to this bug" This reverts commit 7bc7377a175260f1efcd79bb77ad64bc9bb93d26. --- test/integration/smoke/test_portable_publicip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_portable_publicip.py b/test/integration/smoke/test_portable_publicip.py index a511e815a91..2d02a7114e5 100644 --- a/test/integration/smoke/test_portable_publicip.py +++ b/test/integration/smoke/test_portable_publicip.py @@ -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 """