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 64B4C10CF2 for ; Thu, 3 Oct 2013 06:14:34 +0000 (UTC) Received: (qmail 72640 invoked by uid 500); 3 Oct 2013 06:09:18 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 72359 invoked by uid 500); 3 Oct 2013 06:08:13 -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 71665 invoked by uid 500); 3 Oct 2013 06:07:11 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 71280 invoked by uid 99); 3 Oct 2013 06:06:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 06:06:42 +0000 Date: Thu, 3 Oct 2013 06:06:41 +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-4634) [Automation] Test cases from test_maximum_limits failed due to expected Exception not raised 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-4634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784851#comment-13784851 ] ASF subversion and git services commented on CLOUDSTACK-4634: ------------------------------------------------------------- Commit 7d15b50704b3b177d2b39fe55e30a9bba0f7b40a in branch refs/heads/4.2 from [~gauravaradhye] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=7d15b50 ] CLOUDSTACK-4634: Fixed issue arising due to wrong indentation > [Automation] Test cases from test_maximum_limits failed due to expected Exception not raised > -------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-4634 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4634 > Project: CloudStack > Issue Type: Test > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation, Test > Affects Versions: 4.2.1 > Environment: Automation > KVM > Reporter: Rayees Namathponnan > Assignee: Gaurav Aradhye > Fix For: 4.2.1 > > > Below test cases failed, due to expected Exception not raised > integration.component.cpu_limits.test_maximum_limits.TestMaxCPULimits.test_01_deploy_vm_domain_limit_reached > integration.component.cpu_limits.test_maximum_limits.TestMaxCPULimits.test_03_deploy_vm_project_limit_reached > integration.component.cpu_limits.test_maximum_limits.TestMaxCPULimits.test_04_deployVm__account_limit_reached > Observed below error in log > Error Message > Exception not raised > -------------------- >> begin captured logging << -------------------- > testclient.testcase.TestMaxCPULimits: DEBUG: Creating service offering with 3 CPU cores > testclient.testcase.TestMaxCPULimits: DEBUG: Setting up account and domain hierarchy > testclient.testcase.TestMaxCPULimits: DEBUG: Creating a domain under: ROOT > testclient.testcase.TestMaxCPULimits: DEBUG: domain crated with domain id 058cb988-a6cf-47c3-a869-fe6492bc1351 > testclient.testcase.TestMaxCPULimits: DEBUG: domain admin created for domain id 058cb988-a6cf-47c3-a869-fe6492bc1351 > testclient.testcase.TestMaxCPULimits: DEBUG: Updating the CPU resource count for domain: Domain-T412MM > testclient.testcase.TestMaxCPULimits: DEBUG: CPU Resource count for child domain admin account is now: 4 > testclient.testcase.TestMaxCPULimits: DEBUG: Updating the CPU limit for project > testclient.testcase.TestMaxCPULimits: DEBUG: CPU Resource count for project is now > testclient.testcase.TestMaxCPULimits: DEBUG: 2 > testclient.testcase.TestMaxCPULimits: DEBUG: Updating the CPU limit for domain only > testclient.testcase.TestMaxCPULimits: DEBUG: CPU Resource count for domain Domain-T412MM with id 058cb988-a6cf-47c3-a869-fe6492bc1351 is now 2 > --------------------- >> end captured logging << --------------------- > Stacktrace > File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run > testMethod() > File "/Repo_30X/ipcl/cloudstack/test/integration/component/cpu_limits/test_maximum_limits.py", line 260, in test_01_deploy_vm_domain_limit_reached > service_off=self.service_offering, api_client=api_client_admin) > File "/usr/local/lib/python2.7/unittest/case.py", line 112, in __exit__ > "{0} not raised".format(exc_name)) > Exception not raised > -------------------- >> begin captured logging << -------------------- > testclient.testcase.TestMaxCPULimits: DEBUG: Creating service offering with 3 CPU cores > testclient.testcase.TestMaxCPULimits: DEBUG: Setting up account and domain hierarchy > testclient.testcase.TestMaxCPULimits: DEBUG: Creating a domain under: ROOT > testclient.testcase.TestMaxCPULimits: DEBUG: domain crated with domain id 058cb988-a6cf-47c3-a869-fe6492bc1351 > testclient.testcase.TestMaxCPULimits: DEBUG: domain admin created for domain id 058cb988-a6cf-47c3-a869-fe6492bc1351 > testclient.testcase.TestMaxCPULimits: DEBUG: Updating the CPU resource count for domain: Domain-T412MM > testclient.testcase.TestMaxCPULimits: DEBUG: CPU Resource count for child domain admin account is now: 4 > testclient.testcase.TestMaxCPULimits: DEBUG: Updating the CPU limit for project > testclient.testcase.TestMaxCPULimits: DEBUG: CPU Resource count for project is now > testclient.testcase.TestMaxCPULimits: DEBUG: 2 > testclient.testcase.TestMaxCPULimits: DEBUG: Updating the CPU limit for domain only > testclient.testcase.TestMaxCPULimits: DEBUG: CPU Resource count for domain Domain-T412MM with id 058cb988-a6cf-47c3-a869-fe6492bc1351 is now 2 > --------------------- >> end captured logging << --------------------- -- This message was sent by Atlassian JIRA (v6.1#6144)