Commit Graph

6 Commits

Author SHA1 Message Date
Chris Dent 217b81485a Fix links in README.rst and description mime type
As part of getting releases working.

Change-Id: I5ae3962d84aae4634e13b4ad58072187653e9a01
2018-10-29 19:55:38 +00:00
Chris Dent d130b0bbad Add rudimentary docs
Add basic sphinx docs setup with some rudimentary information
on how to use gabbi-tempest. This isn't perfect but provides
the basics for future improvement.

A docs template is added to .zuul.yaml.

Change-Id: If2631d92366866ba6bd149909ece17734931ae91
2018-10-29 14:28:53 +00:00
Chris Dent 487ebec24f Clean up packaging and docs to make this consumable
* add a convenience Makefile
* add license headers
* rationalized requirements.txt
* add wheel building capabilities
* update README
2018-01-09 17:12:00 +00:00
Chris Dent d570f5da52 Use a GABBI_TEMPEST_PATH to locate gabbits
In this way the plugin becomes generic: point it at some directories
that contain gabbi YAML files that use the provided environment
variables (see the README.rst), what them run.

One concern that will need to be address is dealing with parallelism:
tempest doesn't make it easy to manipulate the group_regex.
2018-01-03 17:43:40 +00:00
Chris Dent 1e5c591cd9 update README.rst 2017-07-31 14:45:31 +00:00
Chris Dent bf6f2c27c1 Initial stab and a generic gabbi plugin for tempest
This is entirely the result of @sileht, who got things working for
gnocchi.

The end game here is a generic way to have a suite of YAML files
sitting around somewhere and run them, via tempest, and for it
to just work. This is currently some distance away from that
(because I got distracted finding nova bugs).
2016-04-08 15:58:31 +00:00