blob: d35b58adb117b92b88a4bc5fb527ee8799ca4a60 [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
Brian Haley472181a2026-01-16 10:24:51 -05009python_requires = >=3.10
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
elajkat3da2b2a2024-10-04 18:01:57 +020018 Programming Language :: Python :: 3.10
19 Programming Language :: Python :: 3.11
20 Programming Language :: Python :: 3.12
Brian Haley472181a2026-01-16 10:24:51 -050021 Programming Language :: Python :: 3.13
22 Programming Language :: Python :: 3 :: Only
Chandan Kumar5e619872017-09-07 22:23:55 +053023
24[files]
25packages =
Chandan Kumar667d3d32017-09-22 12:24:06 +053026 neutron_tempest_plugin
Chandan Kumar5e619872017-09-07 22:23:55 +053027
Chandan Kumar5e619872017-09-07 22:23:55 +053028[entry_points]
29tempest.test_plugins =
Chandan Kumar667d3d32017-09-22 12:24:06 +053030 neutron_tests = neutron_tempest_plugin.plugin:NeutronTempestPlugin