4 Commits

Author SHA1 Message Date
Ghanshyam Mann
8049eaad52 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: I45748bcdd44b1b7c209583ac78756680320ec755
2024-10-25 15:55:40 -07:00
Takashi Kajinami
7ecadfbd0d Deprecate auth_version option
The same option in tempest was deprecated by [1], because Identity v3
API is the only available version now. Deprecate the option and remove
the old logic to support Identity v2 API which was already removed.

[1] https://review.opendev.org/c/openstack/tempest/+/906158

Change-Id: Id12672fabfd51755eeff7b0d701abfb63e0abce0
2024-07-16 23:58:00 +09:00
Takashi Kajinami
c4b871a79e Skip tests when heat is unavailable
Currently the [service_available] heat parameter is not actually used
and the plugin tests are always executed regardless of availability
of Heat service.

This change ensures that the parameter is honored so that users can
disable plugin tests even if the plugin package is enabled.

Change-Id: I148d7a9c92f210d4584798131a1b23f648f6e5e3
2022-08-01 14:23:18 +00:00
ricolin
9b02d1e662 Add tempest ids for functional and scenario tests
This patch add tempest ids for all functional and scenario tests.
Also add check-uuid to tox tests.

Change-Id: I247d662b9695744a8dc7e8c7db00ed36478f3d61
2018-02-07 12:04:37 +08:00