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 6A5BB9AB4 for ; Thu, 18 Dec 2014 11:56:22 +0000 (UTC) Received: (qmail 4280 invoked by uid 500); 18 Dec 2014 11:56:21 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 4148 invoked by uid 500); 18 Dec 2014 11:56:21 -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 4101 invoked by uid 99); 18 Dec 2014 11:56:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2014 11:56:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 342E1956B1F; Thu, 18 Dec 2014 11:56:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dahn@apache.org To: commits@cloudstack.apache.org Date: Thu, 18 Dec 2014 11:56:22 -0000 Message-Id: <8c0906f5b9424381964801e857102c27@git.apache.org> In-Reply-To: <580378ed4d8345b5aa62abac4953d2a0@git.apache.org> References: <580378ed4d8345b5aa62abac4953d2a0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/40] git commit: updated refs/heads/master to f4133a7 CLOUDSTACK-8049: Tagging test cases which cannot be run on simulator accordingly Signed-off-by: SrikanteswaraRao Talluri Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b23fd5ee Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b23fd5ee Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b23fd5ee Branch: refs/heads/master Commit: b23fd5ee53c228681697359b0ad007ba5b539416 Parents: ab580de Author: Gaurav Aradhye Authored: Tue Dec 9 12:29:17 2014 +0530 Committer: SrikanteswaraRao Talluri Committed: Tue Dec 9 18:53:19 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_ps_resize_volume.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b23fd5ee/test/integration/component/test_ps_resize_volume.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_ps_resize_volume.py b/test/integration/component/test_ps_resize_volume.py index 5df4a62..bff1672 100644 --- a/test/integration/component/test_ps_resize_volume.py +++ b/test/integration/component/test_ps_resize_volume.py @@ -159,7 +159,7 @@ class TestResizeVolume(cloudstackTestCase): return [FAIL, e] return [PASS, None] - @attr(tags=["advanced"], required_hardware="false") + @attr(tags=["advanced"], required_hardware="true") def test_01_increase_volume_size_within_account_limit(self): """Test increasing volume size within the account limit and verify primary storage usage @@ -223,7 +223,7 @@ class TestResizeVolume(cloudstackTestCase): self.fail("Failed with exception: %s" % e) return - @attr(tags=["advanced"], required_hardware="false") + @attr(tags=["advanced"], required_hardware="true") def test_02_increase_volume_size_above_account_limit(self): """Test increasing volume size above the account limit @@ -281,7 +281,7 @@ class TestResizeVolume(cloudstackTestCase): volume.resize(apiclient, diskofferingid=self.disk_offering_20_GB.id) return - @attr(tags=["advanced"], required_hardware="false") + @attr(tags=["advanced"], required_hardware="true") def test_03_increase_volume_size_above_domain_limit(self): """Test increasing volume size above the domain limit