mistral-tempest-plugin/setup.cfg
LiZekun acef086323 Update python testing as per zed cycle testing runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Removing the py36 centos8 job as well as
updating the python classifier also to reflect the same.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: Ib3bea2d4db1cb1d945ee0e9e85cec1bd926de8ef
2022-09-02 14:07:25 +00:00

50 lines
1.3 KiB
INI

[metadata]
name = mistral_tempest_tests
summary = Tempest plugin for Mistral project
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://opendev.org/openstack/mistral-tempest-plugin
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
mistral_tempest_tests
[entry_points]
tempest.test_plugins =
mistral_test = mistral_tempest_tests.plugin:MistralTempestPlugin
[build_sphinx]
all_files = 1
warning_is_error = 1
source_dir = doc/source
build_dir = doc/build
[upload_sphinx]
upload_dir = doc/build/html
[compile_catalog]
directory = mistral_tempest_tests/locale
domain = mistral_tempest_tests
[update_catalog]
domain = mistral_tempest_tests
output_dir = mistral_tempest_tests/locale
input_file = mistral_tempest_tests/locale/mistral_tempest_plugin.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = mistral_tempest_tests/locale/mistral_tempest_plugin.pot