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 584DF1016E for ; Wed, 28 May 2014 04:58:03 +0000 (UTC) Received: (qmail 97959 invoked by uid 500); 28 May 2014 04:58:01 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 97943 invoked by uid 500); 28 May 2014 04:58:01 -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 97929 invoked by uid 500); 28 May 2014 04:58:01 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 97922 invoked by uid 99); 28 May 2014 04:58:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2014 04:58:01 +0000 Date: Wed, 28 May 2014 04:58:01 +0000 (UTC) From: "Santhosh Kumar Edukulla (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-6794) [Automation]: test_iso suite is failing because of no path to iso retrieval MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-6794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santhosh Kumar Edukulla updated CLOUDSTACK-6794: ------------------------------------------------ Description: >From the environment, where bvt is running, the path to download iso was not reachable, below url "http://people.apache.org/~tsp/dummy.iso", was used for downloading iso and the setup either need to have access to the this url or url path for local share has to be used, still otherwise these suites will fail. "iso": { "displaytext": "Test ISO", "name": "ISO", "url": "http://people.apache.org/~tsp/dummy.iso", "bootable": False, "ispublic": False, "ostype": "CentOS 5.6 (64-bit)", }, "iso1": { "displaytext": "Test ISO 1", "name": "ISO 1", "url": "http://people.apache.org/~tsp/dummy.iso", "isextractable": True, "isfeatured": True, "ispublic": True, "ostype": "CentOS 5.6 (64-bit)", }, "iso2": { "displaytext": "Test ISO 2", "name": "ISO 2", "url": "http://people.apache.org/~tsp/dummy.iso", "isextractable": True, "isfeatured": True, "ispublic": True, "ostype": "CentOS 5.6 (64-bit)", "mode": 'HTTP_DOWNLOAD', Test Suite Exception Trace: File "/automation/virtenv/00-16-3e-5d-4a-0e/306/testenv/lib/python2.7/site-packages/nose/suite.py", line 208, in run self.setUp() File "/automation/virtenv/00-16-3e-5d-4a-0e/306/testenv/lib/python2.7/site-packages/nose/suite.py", line 291, in setUp self.setupContext(ancestor) File "/automation/virtenv/00-16-3e-5d-4a-0e/306/testenv/lib/python2.7/site-packages/nose/suite.py", line 314, in setupContext try_run(context, names) File "/automation/virtenv/00-16-3e-5d-4a-0e/306/testenv/lib/python2.7/site-packages/nose/util.py", line 470, in try_run return func() File "/automation/virtenv/00-16-3e-5d-4a-0e/306/test/integration/smoke/test_iso.py", line 188, in setUpClass % (cls.iso_1.id, e)) 'Exception while downloading ISO d64c0284-8a03-42a1-8ce6-e6d2c53724ea: Error In Downloading ISO: ISO Status - No route to host\n-------------------- >> begin captured stdout << ---------------------\n=== TestName: None | Status : EXCEPTION ===\n\n was: >From the environment, where bvt is running, the path to download iso was not reachable, below url "http://people.apache.org/~tsp/dummy.iso", was used for downloading iso and the setup either need to have access to the this url or url path for local share has to be used, still otherwise these suites will fail. "iso": { "displaytext": "Test ISO", "name": "ISO", "url": "http://people.apache.org/~tsp/dummy.iso", "bootable": False, "ispublic": False, "ostype": "CentOS 5.6 (64-bit)", }, "iso1": { "displaytext": "Test ISO 1", "name": "ISO 1", "url": "http://people.apache.org/~tsp/dummy.iso", "isextractable": True, "isfeatured": True, "ispublic": True, "ostype": "CentOS 5.6 (64-bit)", }, "iso2": { "displaytext": "Test ISO 2", "name": "ISO 2", "url": "http://people.apache.org/~tsp/dummy.iso", "isextractable": True, "isfeatured": True, "ispublic": True, "ostype": "CentOS 5.6 (64-bit)", "mode": 'HTTP_DOWNLOAD', > [Automation]: test_iso suite is failing because of no path to iso retrieval > --------------------------------------------------------------------------- > > Key: CLOUDSTACK-6794 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6794 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Reporter: Santhosh Kumar Edukulla > Assignee: Abhinandan Prateek > > From the environment, where bvt is running, the path to download iso was not reachable, below url "http://people.apache.org/~tsp/dummy.iso", was used for downloading iso and the setup either need to have access to the this url or url path for local share has to be used, still otherwise these suites will fail. > "iso": { > "displaytext": "Test ISO", > "name": "ISO", > "url": "http://people.apache.org/~tsp/dummy.iso", > "bootable": False, > "ispublic": False, > "ostype": "CentOS 5.6 (64-bit)", > }, > "iso1": { > "displaytext": "Test ISO 1", > "name": "ISO 1", > "url": "http://people.apache.org/~tsp/dummy.iso", > "isextractable": True, > "isfeatured": True, > "ispublic": True, > "ostype": "CentOS 5.6 (64-bit)", > }, > "iso2": { > "displaytext": "Test ISO 2", > "name": "ISO 2", > "url": "http://people.apache.org/~tsp/dummy.iso", > "isextractable": True, > "isfeatured": True, > "ispublic": True, > "ostype": "CentOS 5.6 (64-bit)", > "mode": 'HTTP_DOWNLOAD', > Test Suite Exception Trace: > File "/automation/virtenv/00-16-3e-5d-4a-0e/306/testenv/lib/python2.7/site-packages/nose/suite.py", line 208, in run > self.setUp() > File "/automation/virtenv/00-16-3e-5d-4a-0e/306/testenv/lib/python2.7/site-packages/nose/suite.py", line 291, in setUp > self.setupContext(ancestor) > File "/automation/virtenv/00-16-3e-5d-4a-0e/306/testenv/lib/python2.7/site-packages/nose/suite.py", line 314, in setupContext > try_run(context, names) > File "/automation/virtenv/00-16-3e-5d-4a-0e/306/testenv/lib/python2.7/site-packages/nose/util.py", line 470, in try_run > return func() > File "/automation/virtenv/00-16-3e-5d-4a-0e/306/test/integration/smoke/test_iso.py", line 188, in setUpClass > % (cls.iso_1.id, e)) > 'Exception while downloading ISO d64c0284-8a03-42a1-8ce6-e6d2c53724ea: Error In Downloading ISO: ISO Status - No route to host\n-------------------- >> begin captured stdout << ---------------------\n=== TestName: None | Status : EXCEPTION ===\n\n -- This message was sent by Atlassian JIRA (v6.2#6252)