cloudstack/tools/marvin/marvin
Rohit Yadav 7a53feee22 marvin: fix codegeneration against API discovery endpoint
This makes the commands.xml based codegeneration equivalent to the
API discovery end point based discovery.

This fixes the fields that the (api discovery based) codegenerator should
produce in the generated python classes (cmd and response classes per
api/module). The issue was that the autogenerated cloudstackAPI differed between
api-based and apidocs-based code generation. With this fix the generated classes
match exactly thereby allowing us to go with either methods to generate
cloudstackAPI.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2016-08-19 13:43:48 +05:30
..
config Merge pull request #1458 from cloudsadhu/cloudsadhulocal 2016-04-25 15:55:09 -04:00
lib CLOUDSTACK-9373: Removing a few instance methods where there are class methods that are overshadowing them 2016-05-11 23:57:09 -06:00
misc/build Cleanup of Xen and XenServer terms. Cloned xen plugin creating a xenserver plugin, then removed xen plugin 2014-06-07 04:50:23 -04:00
sandbox CLOUDSTACK-6222: Fix the marvin config generator scripts to include 2014-03-11 16:13:45 +05:30
src Fixed few Licensing Issues 2014-04-24 12:16:49 +05:30
__init__.py Added fix for CLOUDSTACK-6316 2014-04-01 16:15:53 +05:30
asyncJobMgr.py CLOUDSTACK-7224: Fixed marvin code for async jobs 2014-08-01 22:51:08 +05:30
cloudstackConnection.py CLOUDSTACK-8562: DB-Backed Dynamic Role Based API Access Checker 2016-05-11 09:45:19 +05:30
cloudstackException.py CLOUDSTACK-7551 - Automate ACL test cases relating to impersonation when depoying VM in shared network 2014-09-16 18:45:58 -07:00
cloudstackTestCase.py Add Marvin test for Nicira NVP plugin 2015-08-25 14:50:30 +02:00
cloudstackTestClient.py CLOUDSTACK-7444: Allowing user account to submit async jobs in addition to admin 2014-09-01 13:35:01 +05:30
codegenerator.py marvin: fix codegeneration against API discovery endpoint 2016-08-19 13:43:48 +05:30
codes.py Replace a timer.sleep(30) with pulling logic 2016-05-06 19:20:54 -06:00
configGenerator.py CLOUDSTACK-7010: Add domain to createZones in marvin 2014-07-08 22:28:56 +05:30
dbConnection.py CLOUDSTACK-7911: Adding test cases for usage test path 2015-02-13 16:02:56 +05:30
deployAndRun.py Updating pom.xml version numbers for release 4.8.0 2016-01-20 23:43:35 +01:00
deployDataCenter.py Nuage VSP : Extending Marvin test coverage 2016-05-24 11:12:19 +02:00
jsonHelper.py Fixed pep8 issues arising as part of merge 2014-04-29 19:36:09 +05:30
marvinInit.py Adding new marvincli changes(draft) 2014-09-07 20:44:43 +05:30
marvinLog.py Added few exception changes,test suite name generation for information collected post run, fixed pep8 issues 2014-05-14 18:34:27 +05:30
marvinPlugin.py CLOUDSTACK-8593: assign __testName if it is not getting set from test 2015-06-28 16:30:53 +05:30
settings.py settings.py pep8 compliant 2013-06-20 12:32:39 -04:00
sshClient.py Revert "CLOUDSTACK-7408: Fixed - Private key of the ssh keypair was getting corrupted" 2014-11-04 11:59:04 +05:30
tcExecuteEngine.py Adding first cut(draft) for marvincli 2014-09-01 18:00:20 +05:30
testSetupSuccess.py CLOUDSTACK-8380: Adding script to testSetupSuccess.py to check VCenter port groups are created for storage, management and public traffic as soon as zone is deployed 2015-04-13 16:50:38 +05:30