Files
freezer-tempest-plugin/setup.cfg
Cai Hui 35e77f9e1c Dropped the python 3.6/3.7 in zed cycle testing runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support.

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

Change-Id: Ibb7949a7fcda59f70a1e99abda404ac7f568467c
2022-05-15 09:18:01 +08:00

28 lines
843 B
INI

[metadata]
name = freezer_tempest_plugin
summary = Tempest plugin for the freezer project.
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/tempest/latest/plugin-registry.html
python_requires = >=3.8
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 =
freezer_tempest_plugin
[entry_points]
tempest.test_plugins =
freezer_tests = freezer_tempest_plugin.plugin:FreezerTempestPlugin