Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 1 | [metadata] |
| 2 | name = telemetry_tempest_plugin |
| 3 | summary = Tempest plugin for Telemetry Projects |
maaoyu | cde4a11 | 2021-05-04 10:03:23 +0800 | [diff] [blame^] | 4 | description_file = |
Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 5 | README.rst |
| 6 | author = OpenStack |
maaoyu | cde4a11 | 2021-05-04 10:03:23 +0800 | [diff] [blame^] | 7 | author_email = openstack-discuss@lists.openstack.org |
| 8 | home_page = https://www.openstack.org/ |
| 9 | python_requires = >=3.6 |
Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 10 | classifier = |
| 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 |
zhurong | 97df011 | 2020-04-07 04:41:19 -0700 | [diff] [blame] | 17 | Programming Language :: Python :: Implementation :: CPython |
| 18 | Programming Language :: Python :: 3 :: Only |
Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 19 | Programming Language :: Python :: 3 |
Vieri | 80eebaa | 2019-08-13 06:33:49 +0000 | [diff] [blame] | 20 | Programming Language :: Python :: 3.6 |
| 21 | Programming Language :: Python :: 3.7 |
Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 22 | |
| 23 | [files] |
| 24 | packages = |
| 25 | telemetry_tempest_plugin |
| 26 | |
| 27 | [entry_points] |
| 28 | tempest.test_plugins = |
| 29 | telemetry_tests = telemetry_tempest_plugin.plugin:TelemetryTempestPlugin |