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
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---