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 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
Vieri | 158ddda | 2018-12-04 17:58:59 +0000 | [diff] [blame] | 7 | author-email = openstack-discuss@lists.openstack.org |
caoyuan | d49cf7a | 2019-04-23 19:38:35 +0800 | [diff] [blame] | 8 | home-page = https://opendev.org/openstack/neutron-tempest-plugin |
Ghanshyam Mann | e09f5ae | 2020-03-27 13:44:28 -0500 | [diff] [blame] | 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 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 21 | |
| 22 | [files] |
| 23 | packages = |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 24 | neutron_tempest_plugin |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 25 | |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 26 | [entry_points] |
| 27 | tempest.test_plugins = |
Chandan Kumar | 667d3d3 | 2017-09-22 12:24:06 +0530 | [diff] [blame] | 28 | neutron_tests = neutron_tempest_plugin.plugin:NeutronTempestPlugin |