182582a0d5
This patch replaces mentions of Tripleo in the plugin description lines by openstack-k8s-operators. Change-Id: Ic0fc4b619cbf0be5b3da5a94c6fec1e4daeac119
23 lines
859 B
INI
23 lines
859 B
INI
[metadata]
|
|
name=whitebox_neutron_tempest_plugin
|
|
summary = Tempest plugin with openstack-k8s-operators oriented whitebox tests for Neutron Project
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
python_requires = >=3.6
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
whitebox-neutron-tempest-plugin = whitebox_neutron_tempest_plugin.plugin:WhiteboxNeutronTempestPlugin
|