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 446F7177A7 for ; Tue, 11 Nov 2014 12:03:52 +0000 (UTC) Received: (qmail 4941 invoked by uid 500); 11 Nov 2014 12:03:42 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 4883 invoked by uid 500); 11 Nov 2014 12:03:42 -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 3968 invoked by uid 99); 11 Nov 2014 12:03:41 -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, 11 Nov 2014 12:03:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 917E79AC27F; Tue, 11 Nov 2014 12:03:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: widodh@apache.org To: commits@cloudstack.apache.org Date: Tue, 11 Nov 2014 12:04:19 -0000 Message-Id: In-Reply-To: <6ac3de36fd044948a206f950eda30755@git.apache.org> References: <6ac3de36fd044948a206f950eda30755@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/50] [abbrv] git commit: updated refs/heads/statscollector-graphite to e06a814 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/fa8f0a43 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fa8f0a43 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fa8f0a43 Branch: refs/heads/statscollector-graphite Commit: fa8f0a43c3ae9025fede058178284792936c8657 Parents: aed6e95 Author: Chandan Purushothama Authored: Fri Nov 7 15:00:03 2014 -0800 Committer: SrikanteswaraRao Talluri Committed: Mon Nov 10 16:34:30 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/fa8f0a43/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 """