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:18:59 UTC

git commit: updated refs/heads/4.4-forward to a3dd5d1

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward c91780449 -> a3dd5d152


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

This reverts commit 5c30809a7de8f8e45012e0afb0ae081973d137e8.


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

Branch: refs/heads/4.4-forward
Commit: a3dd5d1522bd73484b58af0013157c8bbdec4126
Parents: c917804
Author: Abhinandan Prateek <ap...@apache.org>
Authored: Wed May 28 10:48:44 2014 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Wed May 28 10:48:44 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/a3dd5d15/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
         """