GitHub user rhtyd opened a pull request: https://github.com/apache/cloudstack/pull/1599
Independent marvin The aim is to make marvin independent of CloudStack. I had started this work few months ago, but recently resumed it after working on Trillian. - The aim is to show that marvin can exist as a standalone library: https://github.com/rhtyd/marvin - Travis, Trillian and other test/build systems can use the library from git repo, or pip etc. and then use it to generate `cloudstackAPI` at runtime and then launch tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/shapeblue/cloudstack independent-marvin Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1599.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1599 ---- commit 6af0e62b87a041e77938f91d9a6b7bb29bc640b7 Author: Rohit Yadav <rohit.ya...@shapeblue.com> Date: 2016-06-28T10:23:20Z marvin: fix codegeneration against API discovery endpoint This makes the commands.xml based codegeneration equivalent to the API discovery end point based discovery. Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> commit 6dc7081f627d9fda9d87d6e0c9a92b4b53c17046 Author: Rohit Yadav <rohit.ya...@shapeblue.com> Date: 2016-06-28T10:33:33Z travis: use codegenerated marvin at runtime This uses marvin with auto-generated APIs against a running mgmt server, instead of marvin with APIs bundled at build-time. Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> ---- --- 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. ---