From a3dd5d1522bd73484b58af0013157c8bbdec4126 Mon Sep 17 00:00:00 2001 From: Abhinandan Prateek Date: Wed, 28 May 2014 10:48:44 +0530 Subject: [PATCH] Revert "CLOUDSTACK-6781: Disabling failing test corresponding to this bug" This reverts commit 5c30809a7de8f8e45012e0afb0ae081973d137e8. --- 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 """