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 012F410B1D for ; Tue, 18 Jun 2013 07:58:08 +0000 (UTC) Received: (qmail 29353 invoked by uid 500); 18 Jun 2013 07:58:02 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 29278 invoked by uid 500); 18 Jun 2013 07:58:02 -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 29059 invoked by uid 99); 18 Jun 2013 07:58:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 07:58:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9F6E18A6C3E; Tue, 18 Jun 2013 07:58:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: weizhou@apache.org To: commits@cloudstack.apache.org Date: Tue, 18 Jun 2013 07:58:11 -0000 Message-Id: <77a34a912f874c1f83c0533ab88d984c@git.apache.org> In-Reply-To: <794bf5ee734945ac90230397b26673f4@git.apache.org> References: <794bf5ee734945ac90230397b26673f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/50] [abbrv] git commit: updated refs/heads/disk_io_throttling to 691bc9d CLOUDSTACK-3019: add missing tags for test integration.component.test_advancedsg_networks.py Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f4dcca6e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f4dcca6e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f4dcca6e Branch: refs/heads/disk_io_throttling Commit: f4dcca6e47d77e41e634c5d78fd403e1b4ba4b6d Parents: 0587d3a Author: Wei Zhou Authored: Mon Jun 17 10:40:40 2013 +0200 Committer: Wei Zhou Committed: Mon Jun 17 10:40:40 2013 +0200 ---------------------------------------------------------------------- test/integration/component/test_advancedsg_networks.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f4dcca6e/test/integration/component/test_advancedsg_networks.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_advancedsg_networks.py b/test/integration/component/test_advancedsg_networks.py index e1694f1..f8774be 100644 --- a/test/integration/component/test_advancedsg_networks.py +++ b/test/integration/component/test_advancedsg_networks.py @@ -246,6 +246,7 @@ class TestNetworksInAdvancedSG(cloudstackTestCase): raise Exception("Warning: Exception during network cleanup : %s" % e) return + @attr(tags = ["advancedsg"]) def test_createIsolatedNetwork(self): """ Test Isolated Network """ @@ -423,8 +424,9 @@ class TestNetworksInAdvancedSG(cloudstackTestCase): except Exception as e: self.debug("Network creation failed because create isolated network is invalid in advanced zone with security groups.") + @attr(tags = ["advancedsg"]) def test_createSharedNetwork_withoutSG(self): - """ Test Shared Network with used vlan 01 """ + """ Test Shared Network with without SecurityProvider """ # Steps, # 1. create an Admin account @@ -574,6 +576,7 @@ class TestNetworksInAdvancedSG(cloudstackTestCase): except Exception as e: self.debug("Network creation failed because there is no SecurityProvider in the network offering.") + @attr(tags = ["advancedsg"]) def test_deployVM_SharedwithSG(self): """ Test VM deployment in shared networks with SecurityProvider """