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
2021-01-07 10:43:27 +01:00
2024-01-25 22:07:13 +09:00
2024-05-29 16:39:43 -04:00
2024-09-24 14:52:41 +00:00
2024-01-25 22:07:13 +09:00
2024-10-26 18:06:29 +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.

Description
Tempest plugin for Glance project.
Readme 1.2 MiB
Languages
Python 100%