blob: 0069fd2da588db39ca766e6e8214bb5da95345f4 [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
Chandan Kumarb30a1922017-12-09 20:24:46 +053022
23[files]
24packages =
25 telemetry_tempest_plugin
26
27[entry_points]
28tempest.test_plugins =
29 telemetry_tests = telemetry_tempest_plugin.plugin:TelemetryTempestPlugin