cloudstack/tools/marvin
Prasanna Santhanam 6e9d7aa45b property files and build file fixes for simulator db changes 2012-09-17 17:33:26 +05:30
..
marvin property files and build file fixes for simulator db changes 2012-09-17 17:33:26 +05:30
CHANGES.txt
LICENSE.txt
MANIFEST.in
README
setup.py

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

4. WIKI page
   https://cwiki.apache.org/confluence/display/CLOUDSTACK/Testing+with+Python