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 BC4D0107E2 for ; Mon, 11 Nov 2013 05:18:22 +0000 (UTC) Received: (qmail 22691 invoked by uid 500); 11 Nov 2013 05:18:20 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 22541 invoked by uid 500); 11 Nov 2013 05:18:18 -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 22504 invoked by uid 500); 11 Nov 2013 05:18:17 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 22499 invoked by uid 99); 11 Nov 2013 05:18:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 05:18:17 +0000 Date: Mon, 11 Nov 2013 05:18:17 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-5121) cloudstackConnection was called with invalid arguments and so test cases are failing 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-5121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818703#comment-13818703 ] ASF subversion and git services commented on CLOUDSTACK-5121: ------------------------------------------------------------- Commit e82fe016920d42afd3c648d370dfc5de61e03c48 in branch refs/heads/4.2 from [~santhoshe] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=e82fe01 ] CLOUDSTACK-5121: There was one wrong initialization of cloudstackConnection. The bug mentioned is causing test cases to fail. Signed-off-by: Santhosh Edukulla Conflicts: tools/marvin/marvin/cloudstackConnection.py > cloudstackConnection was called with invalid arguments and so test cases are failing > ------------------------------------------------------------------------------------ > > Key: CLOUDSTACK-5121 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5121 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation, marvin > Reporter: Santhosh Kumar Edukulla > Assignee: Santhosh Kumar Edukulla > > Many Test Cases are failing with below trace because of invalid initialization of user connection object. > Traceback (most recent call last): > File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run > testMethod() > File "/root/cloudstack/test/integration/component/test_volumes.py", line 1108, in test_create_volume_under_domain > domapiclient = self.testClient.getUserApiClient(account=domuser.name, domain=dom.name) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackTestClient.py", line 195, in getUserApiClient > self.createUserApiClient(account, domain, type) > :q > self.connection.logging) > TypeError: __init__() takes at most 6 arguments (9 given) -- This message was sent by Atlassian JIRA (v6.1#6144)