cloudstack/tools/marvin
Prasanna Santhanam 98afec075c Correcting the example configurations for advanced and basic zone
Zones will now be have to configured with physical networks, their
traffic types and the providers with the devices supporting the service
2012-08-09 15:08:08 +05:30
..
docs Package management for the python testclient christened Marvin 2012-04-11 18:26:38 +05:30
marvin Correcting the example configurations for advanced and basic zone 2012-08-09 15:08:08 +05:30
CHANGES.txt Package management for the python testclient christened Marvin 2012-04-11 18:26:38 +05:30
LICENSE.txt Package management for the python testclient christened Marvin 2012-04-11 18:26:38 +05:30
MANIFEST.in Package management for the python testclient christened Marvin 2012-04-11 18:26:38 +05:30
README Package management for the python testclient christened Marvin 2012-04-11 18:26:38 +05:30
setup.py failonerror for some marvin targets 2012-07-31 17:21:57 +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