cloudstack/tools/marvin
Prasanna Santhanam d52e7de663 Build if you have python 2.7 installed 2012-05-14 15:58:35 +05:30
..
docs Package management for the python testclient christened Marvin 2012-04-11 17:44:17 +05:30
marvin CS-14596: check existence of config file before loading 2012-04-23 18:52:44 +05:30
CHANGES.txt Package management for the python testclient christened Marvin 2012-04-11 17:44:17 +05:30
LICENSE.txt Package management for the python testclient christened Marvin 2012-04-11 17:44:17 +05:30
MANIFEST.in Package management for the python testclient christened Marvin 2012-04-11 17:44:17 +05:30
README Package management for the python testclient christened Marvin 2012-04-11 17:44:17 +05:30
setup.py Build if you have python 2.7 installed 2012-05-14 15:58:35 +05:30

README

Marvin is the testing framework for CloudStack written in python. Writing of
unittests and functional tests with Marvin makes testing with cloudstack easier

1. INSTALL 
   untar Marvin-0.1.0.tar.gz 
   cd Marvin-0.1.0
   python setup.py install

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 sandbox