cloudstack/tools/testClient
Edison Su 1cb9773d1a fix typo 2011-08-10 18:36:42 -07:00
..
pymysql fix typo 2011-08-10 18:36:42 -07:00
unitTest fix typo 2011-08-10 18:36:42 -07:00
.project fix typo 2011-08-10 18:36:42 -07:00
.pydevproject fix typo 2011-08-10 18:36:42 -07:00
README fix typo 2011-08-10 18:36:42 -07:00
asyncJobMgr.py fix typo 2011-08-10 18:36:42 -07:00
cloudstackConnection.py fix typo 2011-08-10 18:36:42 -07:00
cloudstackException.py fix typo 2011-08-10 18:36:42 -07:00
cloudstackTestClient.py fix typo 2011-08-10 18:36:42 -07:00
codegenerator.py fix typo 2011-08-10 18:36:42 -07:00
dbConnection.py fix typo 2011-08-10 18:36:42 -07:00
remoteSSHClient.py fix typo 2011-08-10 18:36:42 -07:00

README

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

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