mirror of https://github.com/apache/cloudstack.git
15 lines
470 B
Plaintext
15 lines
470 B
Plaintext
CloudStack Test Client
|
|
1. generate Cloudstack API python code from an API XML spec file
|
|
python codegenerator.py -o where-to-put-the-cloudstack-api -s where-the-spec-file
|
|
1.5 Spec file is generated by
|
|
ant build-apidocs
|
|
-> generates commands.xml in dist
|
|
|
|
2. Facility it provides:
|
|
1. very handy cloudstack API python wrapper
|
|
2. support async job executing in parallel
|
|
3. remote ssh login/execute command
|
|
4. mysql query
|
|
|
|
3. sample code is under unitTest
|