Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [diff] [blame] | 1 | [metadata] |
| 2 | name = octavia-tempest-plugin |
| 3 | summary = Tempest plugin for Octavia |
Takashi Kajinami | 7e7fd6c | 2022-02-06 02:12:17 +0900 | [diff] [blame] | 4 | description_file = |
Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [diff] [blame] | 5 | README.rst |
| 6 | author = OpenStack |
Takashi Kajinami | 7e7fd6c | 2022-02-06 02:12:17 +0900 | [diff] [blame] | 7 | author_email = openstack-discuss@lists.openstack.org |
| 8 | home_page = https://docs.openstack.org/octavia-tempest-plugin/latest/ |
Takashi Kajinami | 4af9bae | 2024-10-24 20:55:07 +0900 | [diff] [blame] | 9 | python_requires = >=3.9 |
Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [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 |
Ghanshyam Mann | a97deef | 2020-04-25 19:54:06 -0500 | [diff] [blame] | 17 | Programming Language :: Python :: Implementation :: CPython |
| 18 | Programming Language :: Python :: 3 :: Only |
Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [diff] [blame] | 19 | Programming Language :: Python :: 3 |
Takashi Kajinami | 4af9bae | 2024-10-24 20:55:07 +0900 | [diff] [blame] | 20 | Programming Language :: Python :: 3.9 |
| 21 | Programming Language :: Python :: 3.10 |
| 22 | Programming Language :: Python :: 3.11 |
| 23 | Programming Language :: Python :: 3.12 |
Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [diff] [blame] | 24 | |
| 25 | [files] |
| 26 | packages = |
| 27 | octavia_tempest_plugin |
| 28 | |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 29 | [entry_points] |
| 30 | tempest.test_plugins = |
| 31 | octavia-tempest-plugin = octavia_tempest_plugin.plugin:OctaviaTempestPlugin |
Michael Johnson | b139fe9 | 2024-11-08 01:45:36 +0000 | [diff] [blame] | 32 | oslo.config.opts = |
| 33 | octavia-tempest-plugin = octavia_tempest_plugin.opts:list_opts |