blob: 09629243b7814d83759b529d7cd186b7a7a221f6 [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
elajkat3da2b2a2024-10-04 18:01:57 +02009python_requires = >=3.9
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
shanyunfan331f673a42022-01-26 11:14:20 +080018 Programming Language :: Python :: 3.9
elajkat3da2b2a2024-10-04 18:01:57 +020019 Programming Language :: Python :: 3.10
20 Programming Language :: Python :: 3.11
21 Programming Language :: Python :: 3.12
Chandan Kumar5e619872017-09-07 22:23:55 +053022
23[files]
24packages =
Chandan Kumar667d3d32017-09-22 12:24:06 +053025 neutron_tempest_plugin
Chandan Kumar5e619872017-09-07 22:23:55 +053026
Chandan Kumar5e619872017-09-07 22:23:55 +053027[entry_points]
28tempest.test_plugins =
Chandan Kumar667d3d32017-09-22 12:24:06 +053029 neutron_tests = neutron_tempest_plugin.plugin:NeutronTempestPlugin