Prasanna Santhanam 81366d35c1 a. Test Discovery is only found in python 2.7+. unittest2 makes it backwards compatible for python 2.4-2.6
b. Adding traceback from pymysql to debug problems in connecting with database
(cherry picked from commit 81218d718af0ec101f7ba424c62bb6e0b5642744)
2011-08-25 19:52:30 +05:30
..
2011-08-10 18:37:34 -07:00
2011-08-24 18:47:09 -07:00
2011-08-24 18:47:09 -07:00
2011-08-10 18:37:34 -07:00
2011-08-10 18:37:34 -07:00
2011-08-24 18:47:09 -07:00
2011-08-24 18:47:09 -07:00
2011-08-10 18:37:34 -07:00
2011-08-24 18:47:09 -07:00
2011-08-24 18:47:09 -07:00
2011-08-24 18:47:09 -07:00
2011-08-18 10:51:38 -07:00
2011-08-24 18:47:09 -07:00
2011-08-22 20:28:30 -07:00
2011-08-10 18:37:34 -07:00

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