cloudstack/tools/marvin
Prasanna Santhanam 46ce247e73 Changes to accomadate the localstorage setting at zone level
reviewed-by: Marvin
2012-08-27 20:26:52 +05:30
..
docs Missing LICENSE headers for sandbox and __init__.py's 2012-08-16 16:21:46 +05:30
marvin Changes to accomadate the localstorage setting at zone level 2012-08-27 20:26:52 +05:30
CHANGES.txt Missing LICENSE headers for sandbox and __init__.py's 2012-08-16 16:21:46 +05:30
LICENSE.txt Package management for the python testclient christened Marvin 2012-04-11 18:26:38 +05:30
MANIFEST.in Missing LICENSE headers for sandbox and __init__.py's 2012-08-16 16:21:46 +05:30
README Package management for the python testclient christened Marvin 2012-04-11 18:26:38 +05:30
setup.py Removing pymysql and including it as setup dependency 2012-08-16 16:21:46 +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