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 3608210A04 for ; Tue, 23 Dec 2014 09:35:50 +0000 (UTC) Received: (qmail 12211 invoked by uid 500); 23 Dec 2014 09:35:50 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 12175 invoked by uid 500); 23 Dec 2014 09:35:50 -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 12166 invoked by uid 99); 23 Dec 2014 09:35:50 -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, 23 Dec 2014 09:35:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CA5B7A34C33; Tue, 23 Dec 2014 09:35:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: talluri@apache.org To: commits@cloudstack.apache.org Date: Tue, 23 Dec 2014 09:35:49 -0000 Message-Id: <86fc7f9029c844e09b545abda2f837a5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/4.5 to 5a6eb3b Repository: cloudstack Updated Branches: refs/heads/4.5 125c1c27f -> 5a6eb3b6e CLOUDSTACK-7788: Fixed the script 'test_dynamic_compute_offering.py' to be run only on hardware Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ddcbfb43 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ddcbfb43 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ddcbfb43 Branch: refs/heads/4.5 Commit: ddcbfb43bc0cb76ad32c81c74416cf0c98d3eb3e Parents: 125c1c2 Author: Chandan Purushothama Authored: Sat Oct 25 07:33:10 2014 -0700 Committer: SrikanteswaraRao Talluri Committed: Tue Dec 23 15:05:14 2014 +0530 ---------------------------------------------------------------------- .../component/test_dynamic_compute_offering.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ddcbfb43/test/integration/component/test_dynamic_compute_offering.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_dynamic_compute_offering.py b/test/integration/component/test_dynamic_compute_offering.py index d96fd84..1e47579 100644 --- a/test/integration/component/test_dynamic_compute_offering.py +++ b/test/integration/component/test_dynamic_compute_offering.py @@ -757,7 +757,7 @@ class TestScaleVmDynamicServiceOffering(cloudstackTestCase): return @data(ADMIN_ACCOUNT, USER_ACCOUNT) - @attr(tags=["basic","advanced"]) + @attr(tags=["basic","advanced"],required_hardware="true") def test_change_so_running_vm_static_to_static(self, value): """Test scale running VM from static offering to static offering""" @@ -817,7 +817,7 @@ class TestScaleVmDynamicServiceOffering(cloudstackTestCase): return @data(ADMIN_ACCOUNT, USER_ACCOUNT) - @attr(tags=["basic","advanced"]) + @attr(tags=["basic","advanced"],required_hardware="true") def test_change_so_running_vm_static_to_dynamic(self, value): """Test scale running VM from static offering to dynamic offering""" @@ -900,7 +900,7 @@ class TestScaleVmDynamicServiceOffering(cloudstackTestCase): return @data(ADMIN_ACCOUNT, USER_ACCOUNT) - @attr(tags=["basic","advanced"]) + @attr(tags=["basic","advanced"],required_hardware="true") def test_change_so_running_vm_dynamic_to_static(self, value): """Test scale running VM from dynamic offering to static offering""" @@ -963,7 +963,7 @@ class TestScaleVmDynamicServiceOffering(cloudstackTestCase): return @data(ADMIN_ACCOUNT, USER_ACCOUNT) - @attr(tags=["basic","advanced"]) + @attr(tags=["basic","advanced"],required_hardware="true") def test_change_so_running_vm_dynamic_to_dynamic(self, value): """Test scale running VM from dynamic offering to dynamic offering""" @@ -1378,7 +1378,7 @@ class TestAffinityGroup(cloudstackTestCase): return @data(ADMIN_ACCOUNT, USER_ACCOUNT) - @attr(tags=["basic","advanced"], BugId="7180") + @attr(tags=["basic","advanced"], BugId="7180", required_hardware="true") def test_deploy_VM_with_affinity_group(self, value): """Test deploy VMs with affinity group and dynamic compute offering"""