blob: ecad152121c498bd0de9316551a6eebfa473cfe7 [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/
9python_requires = >=3.6
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
Vieri80eebaa2019-08-13 06:33:49 +000020 Programming Language :: Python :: 3.6
21 Programming Language :: Python :: 3.7
Matthias Runge590f3382021-07-09 09:38:55 +020022 Programming Language :: Python :: 3.8
23
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