cloudstack/tools/marvin
Edison Su 217fdd2497 From: jason.bausewein@tier3.com
Fixed deployDataCenter.py to select the correct network offering based on if security groups are enabled.  Also added default value to configGenerator.py for basic setup.
2012-07-03 12:56:42 -07:00
..
docs Package management for the python testclient christened Marvin 2012-04-11 18:24:20 +05:30
marvin From: jason.bausewein@tier3.com 2012-07-03 12:56:42 -07:00
CHANGES.txt Package management for the python testclient christened Marvin 2012-04-11 18:24:20 +05:30
LICENSE.txt Package management for the python testclient christened Marvin 2012-04-11 18:24:20 +05:30
MANIFEST.in Package management for the python testclient christened Marvin 2012-04-11 18:24:20 +05:30
README Package management for the python testclient christened Marvin 2012-04-11 18:24:20 +05:30
setup.py Applying patch from Prasanna Santhanam 2012-07-02 09:08:51 -04:00

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