blob: 690a23d60b9eb5c42719927294201d62bef8a8be [file] [log] [blame]
Chandan Kumarb30a1922017-12-09 20:24:46 +05301[metadata]
2name = telemetry_tempest_plugin
3summary = Tempest plugin for Telemetry Projects
maaoyucde4a112021-05-04 10:03:23 +08004description_file =
Chandan Kumarb30a1922017-12-09 20:24:46 +05305 README.rst
6author = OpenStack
maaoyucde4a112021-05-04 10:03:23 +08007author_email = openstack-discuss@lists.openstack.org
8home_page = https://www.openstack.org/
Takashi Kajinami81906de2025-11-06 00:39:17 +09009python_requires = >=3.10
Chandan Kumarb30a1922017-12-09 20:24:46 +053010classifier =
11 Environment :: OpenStack
12 Intended Audience :: Information Technology
13 Intended Audience :: System Administrators
14 License :: OSI Approved :: Apache Software License
15 Operating System :: POSIX :: Linux
16 Programming Language :: Python
zhurong97df0112020-04-07 04:41:19 -070017 Programming Language :: Python :: Implementation :: CPython
18 Programming Language :: Python :: 3 :: Only
Chandan Kumarb30a1922017-12-09 20:24:46 +053019 Programming Language :: Python :: 3
Takashi Kajinamib7114872024-10-24 20:52:26 +090020 Programming Language :: Python :: 3.10
21 Programming Language :: Python :: 3.11
22 Programming Language :: Python :: 3.12
Takashi Kajinami81906de2025-11-06 00:39:17 +090023 Programming Language :: Python :: 3.13
Chandan Kumarb30a1922017-12-09 20:24:46 +053024
25[files]
26packages =
27 telemetry_tempest_plugin
28
29[entry_points]
30tempest.test_plugins =
31 telemetry_tests = telemetry_tempest_plugin.plugin:TelemetryTempestPlugin