Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E736D107F1 for ; Tue, 5 Nov 2013 00:44:17 +0000 (UTC) Received: (qmail 78791 invoked by uid 500); 5 Nov 2013 00:44:17 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 78743 invoked by uid 500); 5 Nov 2013 00:44:17 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 78732 invoked by uid 500); 5 Nov 2013 00:44:17 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 78657 invoked by uid 99); 5 Nov 2013 00:44:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2013 00:44:17 +0000 Date: Tue, 5 Nov 2013 00:44:17 +0000 (UTC) From: "Rayees Namathponnan (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-5036) [Automation] VPC test cases failing with ssh connection error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Rayees Namathponnan created CLOUDSTACK-5036: ----------------------------------------------- Summary: [Automation] VPC test cases failing with ssh connection error Key: CLOUDSTACK-5036 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5036 Project: CloudStack Issue Type: Test Security Level: Public (Anyone can view this level - this is the default.) Components: Automation Affects Versions: 4.2.1 Environment: Automation KVM Reporter: Rayees Namathponnan Fix For: 4.2.1 VPC test cases failing inconsistently from different suite, with ssh connection error Observed below error from diffrent suites 1) integration.component.test_vpc_vms_deployment.TestVMDeployVPC.test_07_delete_network_with_rules Stacktrace File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run testMethod() File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_vpc_vms_deployment.py", line 2251, in test_07_delete_network_with_rules (public_ip_1.ipaddress.ipaddress, e)) File "/usr/local/lib/python2.7/unittest/case.py", line 393, in fail raise self.failureException(msg) Failed to SSH into VM - 10.223.122.79, Failed to bring up ssh service in time. Waited 300s. Error is error(113, 'No route to host') 2) integration.component.test_vpc_vm_life_cycle.TestVMLifeCycleSharedNwVPC.test_01_deploy_instance_in_network Stacktrace File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run testMethod() File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_vpc_vm_life_cycle.py", line 1246, in test_01_deploy_instance_in_network self.validate_network_rules() File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_vpc_vm_life_cycle.py", line 1211, in validate_network_rules (self.public_ip_1.ipaddress.ipaddress, e)) File "/usr/local/lib/python2.7/unittest/case.py", line 393, in fail raise self.failureException(msg) Failed to SSH into VM - 10.223.122.117, Ping to VM gateway should be successful -------------------- >> begin captured logging << -------------------- -- This message was sent by Atlassian JIRA (v6.1#6144)