Tempest plugin for Glance project.
a1b81461c0
hacking 3.0.x is too old. Bump it to the version currently used in tempest repo. Depends-on: https://review.opendev.org/c/openstack/tempest/+/906634 Change-Id: I202b91f7aecded5c1a56ec906be16661161584a6 |
||
---|---|---|
doc | ||
glance_tempest_plugin | ||
releasenotes/notes | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Tempest Integration for Glance
This directory contains additional Glance tempest tests.
See the tempest plugin docs for information on using it: https://docs.openstack.org/tempest/latest/plugin.html#using-plugins
To run all tests from this plugin, install glance into your environment. Then from the tempest directory run:
$ tox -e all -- glance_tempest_plugin
It is expected that Glance third party CI's use the all tox environment above for all test runs. Developers can also use this locally to perform more extensive testing.