[Gluster-devel] Proposing a framework to leverage existing Python unit test standards for our testing

Kaushal M kshlmster at gmail.com
Wed Jul 20 12:43:15 UTC 2016


On Wed, Jul 20, 2016 at 1:41 PM, Jonathan Holloway <jholloway at redhat.com> wrote:
> Hi Gluster-Devel,
>
> There's been some conversation about standard Python unit test formats (PyUnit, PyTest, Nose) and potentially leveraging a tool I've been working on (called Glusto) that wraps those standards as well as covers the fundamentals required of the DiSTAF framework. I'm reaching out to propose this to the Gluster-Devel Community for consideration.

Finally! I'd been waiting for ever wondering we would start discussing
this in the community. Thanks for starting this Jonathan.

>
> Some of the primary features Glusto offers are:
> - Reads and writes yaml, json, and ini config file formats (including Ansible host files).
> - Provides SSH, RPyC, logging (w/ ANSI color support), configuration, templating (via Jinja), and simple REST methods.
> - Implements cartesian product combinations with standard PyUnit class format for the Gluster runs_on_volumes/runs_on_mounts/reuse-setup requirements.
> - Wraps the Python standard framework modules (PyUnit, PyTest, Nose) in a single command with a config file option.
> - Tests can also be run from the CLI, IDLE, or unittest savvy tools (e.g., Eclipse PyDev).
> - Glusto methods can also be used from IDLE for troubleshooting during development--as well as in scripts.
> - Allows for leveraging existing unit test features such as skip decorators, pytest markers, etc.


These all seem really good! I particularly like the idea of having the
ability to use standard python test frameworks.

Glusto is something that DiSTAF core would have become, just that it's now.
The work done to get test generation working (cartesian products),
also shows it's flexible as well.

Glusto+DiSTAF libs seems to me will be a good combination.

>
> I know this was a brief and high-level intro to Glusto. This is just to get the topic started, and we can cover details in discussion.

Having a demo of glusto would be nice. Even a recorded demo would be
good as well.

>
> The Glusto repo is at http://github.com/loadtheaccumulator/glusto
> Docs are at http://glusto.readthedocs.io/ (with some additional information being added over the next couple of days).
>
> Please take a look and provide any questions or comments.
>
> Cheers,
> Jonathan
> _______________________________________________
> Gluster-devel mailing list
> Gluster-devel at gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel


More information about the Gluster-devel mailing list