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 983D1177AE for ; Mon, 10 Nov 2014 11:07:27 +0000 (UTC) Received: (qmail 66683 invoked by uid 500); 10 Nov 2014 11:07:27 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 66656 invoked by uid 500); 10 Nov 2014 11:07:27 -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 66647 invoked by uid 99); 10 Nov 2014 11:07:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2014 11:07:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 24A688C0290; Mon, 10 Nov 2014 11:07:27 +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 Message-Id: <2e755834a69343a4bbd011fb8e2b1d35@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.5 to 2f7959d Date: Mon, 10 Nov 2014 11:07:27 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.5 f78defda0 -> 2f7959d21 CLOUDSTACK-7862: Fixed the script 'maint/test_high_availability.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs 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/2f7959d2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2f7959d2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2f7959d2 Branch: refs/heads/4.5 Commit: 2f7959d2190d3afbd71f42a84725b75107f925d8 Parents: f78defd Author: Chandan Purushothama Authored: Fri Nov 7 15:00:03 2014 -0800 Committer: SrikanteswaraRao Talluri Committed: Mon Nov 10 16:37:02 2014 +0530 ---------------------------------------------------------------------- test/integration/component/maint/test_high_availability.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2f7959d2/test/integration/component/maint/test_high_availability.py ---------------------------------------------------------------------- diff --git a/test/integration/component/maint/test_high_availability.py b/test/integration/component/maint/test_high_availability.py index cc687f8..3e69fd5 100644 --- a/test/integration/component/maint/test_high_availability.py +++ b/test/integration/component/maint/test_high_availability.py @@ -165,7 +165,7 @@ class TestHighAvailability(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags = ["advanced", "advancedns", "multihost"]) + @attr(tags = ["advanced", "advancedns", "multihost"], required_hardware="true") def test_01_host_maintenance_mode(self): """Test host maintenance mode """ @@ -556,7 +556,7 @@ class TestHighAvailability(cloudstackTestCase): ) return - @attr(tags = ["advanced", "advancedns", "multihost"]) + @attr(tags = ["advanced", "advancedns", "multihost"], required_hardware="true") def test_02_host_maintenance_mode_with_activities(self): """Test host maintenance mode with activities """