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 79EB210F54 for ; Fri, 15 Nov 2013 09:12:51 +0000 (UTC) Received: (qmail 41088 invoked by uid 500); 15 Nov 2013 09:12:14 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 40941 invoked by uid 500); 15 Nov 2013 09:11:57 -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 40659 invoked by uid 500); 15 Nov 2013 09:11:36 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 40461 invoked by uid 99); 15 Nov 2013 09:11:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Nov 2013 09:11:23 +0000 Date: Fri, 15 Nov 2013 09:11:23 +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-4835) [Automation] [BVT] Update global configuration test cases failed in master 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-4835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823494#comment-13823494 ] ASF subversion and git services commented on CLOUDSTACK-4835: ------------------------------------------------------------- Commit 52de0dc2cae33831cebb23ed4bb81d8368ed33de in branch refs/heads/4.3 from [~harikrishna.patnala] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=52de0dc ] CLOUDSTACK-4835: Update global configuration test cases failed in master Changes made in update/list configuration API to use ConfigDepot CLOUDSTACK-4169: Scoped configuraion parameters logic moved to ConfigDepot CLOUDSTACK-5163: missing parameters in configuration table > [Automation] [BVT] Update global configuration test cases failed in master > -------------------------------------------------------------------------- > > Key: CLOUDSTACK-4835 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4835 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Management Server > Affects Versions: 4.3.0 > Environment: KVM > Branch - master > Reporter: Rayees Namathponnan > Assignee: Harikrishna Patnala > Priority: Blocker > Fix For: 4.3.0 > > > Below BVT test cases failed, > integration.smoke.test_global_settings.TestUpdateConfigWithScope.test_UpdateConfigParamWithScope > Unable to find the global property "use.external.dns" in master, is it removed ? > you can see the result at > http://jenkins.buildacloud.org/view/cloudstack-qa/job/test-smoke-matrix/lastCompletedBuild/suite=test_global_settings/#showFailuresLink > Error Message > Execute cmd: updateconfiguration failed, due to: errorCode: 431, errorText:Config parameter with name use.external.dns doesn't exist > Stacktrace > Traceback (most recent call last): > File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run > testMethod() > File "/var/lib/jenkins/workspace/test-smoke-matrix/suite/test_global_settings/test/integration/smoke/test_global_settings.py", line 47, in test_UpdateConfigParamWithScope > updateConfigurationResponse = self.apiClient.updateConfiguration(updateConfigurationCmd) > File "/var/lib/jenkins/workspace/test-smoke-matrix/suite/test_global_settings/887/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1188, in updateConfiguration > response = self.connection.marvin_request(command, response_type=response, method=method) > File "/var/lib/jenkins/workspace/test-smoke-matrix/suite/test_global_settings/887/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 222, in marvin_request > response = jsonHelper.getResultObj(response.json(), response_type) > File "/var/lib/jenkins/workspace/test-smoke-matrix/suite/test_global_settings/887/lib/python2.7/site-packages/marvin/jsonHelper.py", line 148, in getResultObj > raise cloudstackException.cloudstackAPIException(respname, errMsg) > cloudstackAPIException: Execute cmd: updateconfiguration failed, due to: errorCode: 431, errorText:Config parameter with name use.external.dns doesn't exist -- This message was sent by Atlassian JIRA (v6.1#6144)