You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2014/05/28 07:20:46 UTC

git commit: updated refs/heads/master to 9cd6c4f

Repository: cloudstack
Updated Branches:
  refs/heads/master b0c797c62 -> 9cd6c4f2a


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

This reverts commit 7bc7377a175260f1efcd79bb77ad64bc9bb93d26.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9cd6c4f2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9cd6c4f2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9cd6c4f2

Branch: refs/heads/master
Commit: 9cd6c4f2ae0f822d018afa627f7f07cb11afccdc
Parents: b0c797c
Author: Abhinandan Prateek <ap...@apache.org>
Authored: Wed May 28 10:50:32 2014 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Wed May 28 10:50:32 2014 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_portable_publicip.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9cd6c4f2/test/integration/smoke/test_portable_publicip.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_portable_publicip.py b/test/integration/smoke/test_portable_publicip.py
index a511e81..2d02a71 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
         """