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 690C718E60 for ; Mon, 26 Oct 2015 14:12:34 +0000 (UTC) Received: (qmail 8987 invoked by uid 500); 26 Oct 2015 14:12:28 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 8847 invoked by uid 500); 26 Oct 2015 14:12:27 -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 8729 invoked by uid 500); 26 Oct 2015 14:12:27 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 8724 invoked by uid 99); 26 Oct 2015 14:12:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2015 14:12:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ACE252C1F56 for ; Mon, 26 Oct 2015 14:12:27 +0000 (UTC) Date: Mon, 26 Oct 2015 14:12:27 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8989) component/test_ps_limits.py can also be run on a "basic" setup 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-8989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14974243#comment-14974243 ] ASF GitHub Bot commented on CLOUDSTACK-8989: -------------------------------------------- Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/979#issuecomment-151145630 Hi @borisroman Although my first round of tests failed, after looking into the test code it seems to be environment related: ``` Test assign Vm to different account ... === TestName: test_assign_vm_different_account_1_root_domain_admin | Status : SUCCESS === ok Test assign Vm to different account ... === TestName: test_assign_vm_different_account_2_child_domain_admin | Status : SUCCESS === ok Stop attach and detach volume from VM ... === TestName: test_attach_detach_volume_1_root_domain_admin | Status : SUCCESS === ok Stop attach and detach volume from VM ... === TestName: test_attach_detach_volume_2_child_domain_admin | Status : SUCCESS === ok Test create multiple volumes ... === TestName: test_create_multiple_volumes_1_root_domain_admin | Status : FAILED === FAIL Test create multiple volumes ... === TestName: test_create_multiple_volumes_2_child_domain_admin | Status : FAILED === FAIL Test Deploy multiple VMs with & verify the usage ... === TestName: test_deploy_multiple_vm_1_root_domain_admin | Status : SUCCESS === ok Test Deploy multiple VMs with & verify the usage ... === TestName: test_deploy_multiple_vm_2_child_domain_admin | Status : SUCCESS === ok Test delete and recover instance ... SKIP: skip Test delete and recover instance ... SKIP: skip Test Deploy VM with 5 GB volume & verify the usage ... === TestName: test_stop_start_vm_1_root_domain_admin | Status : SUCCESS === ok Test Deploy VM with 5 GB volume & verify the usage ... === TestName: test_stop_start_vm_2_child_domain_admin | Status : SUCCESS === ok ====================================================================== FAIL: Test create multiple volumes ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/ddt.py", line 146, in wrapper return func(self, *args, **kwargs) File "/data/git/cs3/cloudstack/test/integration/component/test_ps_limits.py", line 381, in test_create_multiple_volumes self.assertEqual(response[0], PASS, response[1]) AssertionError: Resource count 17 should match with the expected resource count 12 ``` I will try cleaning the my primary/secondary storage and running the tests again. Cheers, Wilder > component/test_ps_limits.py can also be run on a "basic" setup > -------------------------------------------------------------- > > Key: CLOUDSTACK-8989 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8989 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the default.) > Components: marvin, Test > Reporter: Boris Schrijver > Assignee: Boris Schrijver > Fix For: 4.6.0 > > > The integration test test_ps_limits.py can also be run on a basic setup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)