cloudstack/tools/testClient
Prasanna Santhanam dc7ac31dce 1. correcting the global property 2. handling the case if unittest2 is present
(cherry picked from commit d1b71859c0d6bb054d64f38b7bc6f11d37bd1725)
2011-08-29 18:44:57 +05:30
..
pymysql
testcase
unitTest
.project
.pydevproject
README
TestCaseExecuteEngine.py
asyncJobMgr.py
cloudstackConnection.py
cloudstackException.py
cloudstackTestCase.py
cloudstackTestClient.py
codegenerator.py
configGenerator.py
dbConnection.py
deployAndRun.py
deployDataCenter.py
jsonHelper.py
remoteSSHClient.py

README

CloudStack Test Client

0. Generate API XML spec file
   ant build-apidocs, the output xml file is dist/commands.xml

1. generate Cloudstack API python code from an API XML spec file generated by step 0
   python codegenerator.py  -o where-to-put-the-cloudstack-api -s where-the-spec-file


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