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 0934DC246 for ; Thu, 13 Nov 2014 12:42:25 +0000 (UTC) Received: (qmail 22147 invoked by uid 500); 13 Nov 2014 12:42:24 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 22107 invoked by uid 500); 13 Nov 2014 12:42:24 -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 22094 invoked by uid 99); 13 Nov 2014 12:42:24 -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, 13 Nov 2014 12:42:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8C3F1A140BF; Thu, 13 Nov 2014 12:42:24 +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: Thu, 13 Nov 2014 12:42:24 -0000 Message-Id: <2887f47e4e4746609770fd85eddb4158@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/master to 4bfb7f2 Repository: cloudstack Updated Branches: refs/heads/master fa4cc856a -> 4bfb7f20c CLOUDSTACK-7894 : Fixed the script test_vm_passwdenabled.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/2c08e30a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2c08e30a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2c08e30a Branch: refs/heads/master Commit: 2c08e30a493cb520eb478795bbc5d5d4935dd59b Parents: bcf3288 Author: Chandan Purushothama Authored: Wed Nov 12 14:32:00 2014 -0800 Committer: SrikanteswaraRao Talluri Committed: Thu Nov 13 18:10:44 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_vm_passwdenabled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2c08e30a/test/integration/component/test_vm_passwdenabled.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vm_passwdenabled.py b/test/integration/component/test_vm_passwdenabled.py index 0a1082a..1b556da 100644 --- a/test/integration/component/test_vm_passwdenabled.py +++ b/test/integration/component/test_vm_passwdenabled.py @@ -241,7 +241,7 @@ class TestVMPasswordEnabled(cloudstackTestCase): cleanup_resources(self.apiclient, self.cleanup) return - @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"]) + @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true") def test_11_get_vm_password(self): """Test get VM password for password enabled template"""