cloudstack/tools/marvin
Prasanna Santhanam a22a12dd4b CS-14025: provide python eggs to easily install the python test framework
CS-14025: Status - Resolved Fixed
reviewed-by : Unit Test

1. Packaging the marvin test client into an installable egg
2. There is a hudson job (marvin) that creates eggs for a specified
branch
3. Alternatively you can use the package-marvin ant target to get a
source tarball.
2012-04-23 18:02:20 +05:30
..
docs Package management for the python testclient christened Marvin 2012-04-11 18:16:33 +05:30
marvin Merge latest testClient fixes to marvin 2012-04-12 18:11:47 +05:30
CHANGES.txt Package management for the python testclient christened Marvin 2012-04-11 18:16:33 +05:30
LICENSE.txt Package management for the python testclient christened Marvin 2012-04-11 18:16:33 +05:30
MANIFEST.in Package management for the python testclient christened Marvin 2012-04-11 18:16:33 +05:30
README Package management for the python testclient christened Marvin 2012-04-11 18:16:33 +05:30
setup.py CS-14025: provide python eggs to easily install the python test framework 2012-04-23 18:02:20 +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