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
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
Languages
Python
100%