blob: 136aa0f98389b9bb14a8d4c692f92b89369fe5a4 [file] [log] [blame]
Chandan Kumar5e619872017-09-07 22:23:55 +05301[metadata]
Brian Haley2cbb10e2018-09-13 09:20:03 -06002name = neutron-tempest-plugin
Chandan Kumar667d3d32017-09-22 12:24:06 +05303summary = Tempest plugin for Neutron Project
wu.shiminge48e42d2021-08-13 17:35:43 +08004description_file =
Chandan Kumar5e619872017-09-07 22:23:55 +05305 README.rst
6author = OpenStack
wu.shiminge48e42d2021-08-13 17:35:43 +08007author_email = openstack-discuss@lists.openstack.org
8home_page = https://opendev.org/openstack/neutron-tempest-plugin
9python_requires = >=3.6
Chandan Kumar5e619872017-09-07 22:23:55 +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
Chandan Kumar5e619872017-09-07 22:23:55 +053017 Programming Language :: Python :: 3
zhangbailin4f5afdc2019-05-21 11:08:31 +080018 Programming Language :: Python :: 3.6
inspurericzhangdb0660a2020-05-28 11:24:49 +080019 Programming Language :: Python :: 3.7
20 Programming Language :: Python :: 3.8
Chandan Kumar5e619872017-09-07 22:23:55 +053021
22[files]
23packages =
Chandan Kumar667d3d32017-09-22 12:24:06 +053024 neutron_tempest_plugin
Chandan Kumar5e619872017-09-07 22:23:55 +053025
Chandan Kumar5e619872017-09-07 22:23:55 +053026[entry_points]
27tempest.test_plugins =
Chandan Kumar667d3d32017-09-22 12:24:06 +053028 neutron_tests = neutron_tempest_plugin.plugin:NeutronTempestPlugin