[
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)