blob: 0ccddef7ff29d25ea81e65fc4d205ff141790ee8 [file] [log] [blame]
Chandan Kumarb30a1922017-12-09 20:24:46 +05301[metadata]
2name = telemetry_tempest_plugin
3summary = Tempest plugin for Telemetry Projects
4description-file =
5 README.rst
6author = OpenStack
huang.zhiping42444f42018-12-04 11:48:14 +00007author-email = openstack-discuss@lists.openstack.org
ShangXiaoef67c2a2019-11-19 16:03:04 +08008home-page = https://www.openstack.org/
zhurong97df0112020-04-07 04:41:19 -07009python-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