Glusto and the Gluster glusto-tests libraries for Gluster QE.
4.2K
This Dockerfile adds Glusto and the Gluster glustolibs libraries on top of the Fedora container to provide the complete environment required to run Gluster QE tests under Glusto. This container is currently based on Fedora and also installs gdeploy as required by NFS Ganesha tests.
This is currently a minimal implementation. More to come.
To use the glusto-tests container, you can run tests using the pre-gen'd container or create a Dockerfile and customize to fit your own needs.
To use the pre-gen'd image...
Pull the docker image down to your local system.
Run the image with docker.
... or for example to run a test directly...
-v $WORKSPACE/:/workspace
docker.io/gluster/glusto-tests
/usr/bin/glusto -c /workspace/myservers.yml
--pytest="-vv /workspace/testdir/test_your_test_file.py"
More robust docs and examples coming soon.
Content type
Image
Digest
Size
782.8 MB
Last updated
over 7 years ago
docker pull gluster/glusto-tests