Tempest plugin for Glance project.
Go to file
Ghanshyam Mann c6bf89f658 Support py3.12 and drop py3.8
As per the current release tested runtime, we test
from python 3.9 till python 3.12 so updating the same
in python classifier in setup.cfg

Also, dropping the python3.8 support
- https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/FOWV4UQZTH4DPDA67QDEROAESYU5Z3LE/

Change-Id: I7dc854028d359e189741f12c6401d489407d81e8
2024-10-26 18:06:29 +00:00
doc Add doc/requirements 2021-01-07 10:43:27 +01:00
glance_tempest_plugin Drop usage of six 2024-01-25 22:07:13 +09: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 Fix incorrect run command and add stestr config file. 2022-08-18 11:57:26 +00: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.