Tempest plugin for Glance project.
Go to file
Takashi Kajinami a1b81461c0 Bump hacking
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
2024-12-04 22:31:15 +09:00
doc Add doc/requirements 2021-01-07 10:43:27 +01:00
glance_tempest_plugin Avoid lies about image format 2024-10-03 07:03:37 -07:00
releasenotes/notes Support py3.12 and drop py3.8 2024-10-26 18:06:29 +00:00
.gitignore Fix incorrect run command and add stestr config file. 2022-08-18 11:57:26 +00:00
.gitreview Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00
.stestr.conf Fix incorrect run command and add stestr config file. 2022-08-18 11:57:26 +00:00
.zuul.yaml Update CI testing configuration 2024-05-29 16:39:43 -04:00
LICENSE Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00
README.rst Fix typo in README.rst 2024-09-24 14:52:41 +00:00
requirements.txt Drop usage of six 2024-01-25 22:07:13 +09:00
setup.cfg Support py3.12 and drop py3.8 2024-10-26 18:06:29 +00:00
setup.py Apply cookiecutter to newly added glance-tempest-plugin 2020-12-17 13:09:05 +00:00
test-requirements.txt Bump hacking 2024-12-04 22:31:15 +09:00
tox.ini Fix incorrect run command and add stestr config file. 2022-08-18 11:57:26 +00:00

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.