Github user DaanHoogland commented on the pull request:
https://github.com/apache/cloudstack/pull/1234#issuecomment-164266288
@agneya2001 I ran test_quota.py
```
nosetests --with-marvin
--marvin-config=/data/shared/marvin/mct-zone1-kvm1-kvm2-zwps.cfg -s -a
tags=advanced,required_hardware=false
/data/git/cs1/cloudstack/test/integration/smoke/test_quota.py
```
all tests failed with exceptions like
```
======================================================================
ERROR: test_01_quota (integration.smoke.test_quota.TestQuota)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/git/cs1/cloudstack/test/integration/smoke/test_quota.py",
line 59, in test_01_quota
response = self.apiclient.quotaTariffList(cmd)
File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 2972, in quotaTariffList
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
CloudstackAPIException: Execute cmd: error failed, due to: errorCode: 432,
errorText:The given command does not exist or it is not available for user
```
might I be missing something?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---