Apache CloudStack marvin is a python testing framework for Apache CloudStack. Tests written using the framework use the unittest module under the hood. based on python:2 image.
This image contain smoketest, cloud config examples and integration tests:
/marvin/dev/marvin/marvin/marvin/integrationImage size: ~800MB (Python is big...)
This container as not been fully tested yet.
Ideally you have deploy a CloudStack container named cloudstack
docker pull cloudstack/marvin
docker run -ti --name marvin --link cloudstack:8096 \
cloudstack/marvin /bin/bash
Or mount volume containing your tests and configuration files:
docker run -ti --name marvin --link cloudstack:8096 \
-v /mytests:/marvin/mytests \
cloudstack/marvin /bin/bash
Enjoy !
Content type
Image
Digest
sha256:e4506292f…
Size
298.2 MB
Last updated
over 7 years ago
docker pull cloudstack/marvin