Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF7B811C8B for ; Wed, 25 Jun 2014 11:44:36 +0000 (UTC) Received: (qmail 83663 invoked by uid 500); 25 Jun 2014 11:44:36 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 83633 invoked by uid 500); 25 Jun 2014 11:44:36 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 83624 invoked by uid 99); 25 Jun 2014 11:44:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 11:44:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0D8B293A33C; Wed, 25 Jun 2014 11:44:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: girish@apache.org To: commits@cloudstack.apache.org Message-Id: <48deceda92fa4cda972e6764aeee7e47@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.4-forward to 5863ab8 Date: Wed, 25 Jun 2014 11:44:36 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.4-forward a6381f580 -> 5863ab826 Re-enabling fixed test cases Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5863ab82 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5863ab82 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5863ab82 Branch: refs/heads/4.4-forward Commit: 5863ab826ea6ac25111133171f5445bd40512074 Parents: a6381f5 Author: Girish Shilamkar Authored: Wed Jun 25 17:13:47 2014 +0530 Committer: Girish Shilamkar Committed: Wed Jun 25 17:13:47 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_guest_vlan_range.py | 2 +- test/integration/smoke/test_non_contigiousvlan.py | 2 +- test/integration/smoke/test_scale_vm.py | 2 +- test/integration/smoke/test_snapshots.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5863ab82/test/integration/smoke/test_guest_vlan_range.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_guest_vlan_range.py b/test/integration/smoke/test_guest_vlan_range.py index 000d71e..12ea52e 100644 --- a/test/integration/smoke/test_guest_vlan_range.py +++ b/test/integration/smoke/test_guest_vlan_range.py @@ -78,7 +78,7 @@ class TestDedicateGuestVlanRange(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags=["advanced", "guestvlanrange", "dedicate", "release"], BugId="CLOUDSTACK-6738", required_hardware="false") + @attr(tags=["advanced", "guestvlanrange", "dedicate", "release"], required_hardware="false") def test_dedicateGuestVlanRange(self): """Test guest vlan range dedication """ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5863ab82/test/integration/smoke/test_non_contigiousvlan.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_non_contigiousvlan.py b/test/integration/smoke/test_non_contigiousvlan.py index 7469829..e444618 100644 --- a/test/integration/smoke/test_non_contigiousvlan.py +++ b/test/integration/smoke/test_non_contigiousvlan.py @@ -38,7 +38,7 @@ class TestUpdatePhysicalNetwork(cloudstackTestCase): raise Exception("Failed to set non contiguous vlan ids to test. Free some ids from \ from existing physical networks at ends") - @attr(tags = ["advanced"], BugId="CLOUDSTACK-6776", required_hardware="false") + @attr(tags = ["advanced"], required_hardware="false") def test_extendPhysicalNetworkVlan(self): """ Test to update a physical network and extend its vlan http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5863ab82/test/integration/smoke/test_scale_vm.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_scale_vm.py b/test/integration/smoke/test_scale_vm.py index d77946c..b5c89be 100644 --- a/test/integration/smoke/test_scale_vm.py +++ b/test/integration/smoke/test_scale_vm.py @@ -103,7 +103,7 @@ class TestScaleVm(cloudstackTestCase): return @attr(hypervisor="xenserver") - @attr(tags=["advanced", "basic"], BugId="CLOUDSTACK-6768", required_hardware="true") + @attr(tags=["advanced", "basic"], required_hardware="true") def test_01_scale_vm(self): """Test scale virtual machine """ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5863ab82/test/integration/smoke/test_snapshots.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_snapshots.py b/test/integration/smoke/test_snapshots.py index 2bb1a89..8b6fdd1 100644 --- a/test/integration/smoke/test_snapshots.py +++ b/test/integration/smoke/test_snapshots.py @@ -98,7 +98,7 @@ class TestSnapshotRootDisk(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags = ["advanced", "advancedns", "smoke"], required_hardware="true",BugId="CLOUDSTACK-6878") + @attr(tags = ["advanced", "advancedns", "smoke"], required_hardware="true") def test_01_snapshot_root_disk(self): """Test Snapshot Root Disk """