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 2475817787 for ; Mon, 10 Nov 2014 11:02:02 +0000 (UTC) Received: (qmail 56522 invoked by uid 500); 10 Nov 2014 11:02:02 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 56495 invoked by uid 500); 10 Nov 2014 11:02:01 -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 56486 invoked by uid 99); 10 Nov 2014 11:02:01 -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:02:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8FF608C023B; Mon, 10 Nov 2014 11:02:01 +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: <6651d1609f8646469b1928a28df01f4f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.5 to f78defd Date: Mon, 10 Nov 2014 11:02:01 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.5 3e00f99c5 -> f78defda0 CLOUDSTACK-7863: Fix the script 'test_vpc_vms_deployment.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/f78defda Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f78defda Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f78defda Branch: refs/heads/4.5 Commit: f78defda0fa1c07d440b484c414b16a09e58433a Parents: 3e00f99 Author: Chandan Purushothama Authored: Fri Nov 7 15:32:45 2014 -0800 Committer: SrikanteswaraRao Talluri Committed: Mon Nov 10 16:31:31 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_vpc_vms_deployment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f78defda/test/integration/component/test_vpc_vms_deployment.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_vms_deployment.py b/test/integration/component/test_vpc_vms_deployment.py index e61b2f8..f8aa556 100644 --- a/test/integration/component/test_vpc_vms_deployment.py +++ b/test/integration/component/test_vpc_vms_deployment.py @@ -1798,7 +1798,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) return - @attr(tags=["advanced", "intervlan"], required_hardware="false") + @attr(tags=["advanced", "intervlan"], required_hardware="true") def test_07_delete_network_with_rules(self): """ Test delete network that has PF/staticNat/LB rules/Network Acl """ @@ -2352,7 +2352,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) return - @attr(tags=["advanced", "intervlan"], required_hardware="false") + @attr(tags=["advanced", "intervlan"], required_hardware="true") def test_08_ip_reallocation_CS5986(self): """ @Desc: Test to verify dnsmasq dhcp conflict issue due to /ect/hosts not getting udpated