mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
$ant package-marvin will create a packaged source tarball of the testclient that is redistributable and decoupled from the rest of the cloudstack build reviewed-by: unittest
16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
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
|