Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 1 | [metadata] |
Brian Haley | 2cbb10e | 2018-09-13 09:20:03 -0600 | [diff] [blame] | 2 | name = neutron-tempest-plugin |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 3 | summary = Tempest plugin for Neutron Project |
wu.shiming | e48e42d | 2021-08-13 17:35:43 +0800 | [diff] [blame] | 4 | description_file = |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 5 | README.rst |
| 6 | author = OpenStack |
wu.shiming | e48e42d | 2021-08-13 17:35:43 +0800 | [diff] [blame] | 7 | author_email = openstack-discuss@lists.openstack.org |
| 8 | home_page = https://opendev.org/openstack/neutron-tempest-plugin |
| 9 | python_requires = >=3.6 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +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 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 17 | Programming Language :: Python :: 3 |
zhangbailin | 4f5afdc | 2019-05-21 11:08:31 +0800 | [diff] [blame] | 18 | Programming Language :: Python :: 3.6 |
inspurericzhang | db0660a | 2020-05-28 11:24:49 +0800 | [diff] [blame] | 19 | Programming Language :: Python :: 3.7 |
| 20 | Programming Language :: Python :: 3.8 |
shanyunfan33 | 1f673a4 | 2022-01-26 11:14:20 +0800 | [diff] [blame] | 21 | Programming Language :: Python :: 3.9 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 22 | |
| 23 | [files] |
| 24 | packages = |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 25 | neutron_tempest_plugin |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 26 | |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 27 | [entry_points] |
| 28 | tempest.test_plugins = |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 29 | neutron_tests = neutron_tempest_plugin.plugin:NeutronTempestPlugin |