Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 1 | [metadata] |
| 2 | name = barbican_tempest_plugin |
| 3 | summary = OpenStack barbican tempest tests. |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
| 7 | author-email = openstack-dev@lists.openstack.org |
| 8 | home-page = http://www.openstack.org/ |
| 9 | classifier = |
| 10 | Environment :: OpenStack |
| 11 | Intended Audience :: Information Technology |
| 12 | Intended Audience :: System Administrators |
| 13 | License :: OSI Approved :: Apache Software License |
| 14 | Operating System :: POSIX :: Linux |
| 15 | Programming Language :: Python |
| 16 | Programming Language :: Python :: 2 |
| 17 | Programming Language :: Python :: 2.7 |
| 18 | Programming Language :: Python :: 3 |
| 19 | Programming Language :: Python :: 3.3 |
Kiran_totad | bf70642 | 2017-03-07 15:24:10 +0530 | [diff] [blame^] | 20 | Programming Language :: Python :: 3.5 |
Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 21 | |
| 22 | [files] |
| 23 | packages = |
| 24 | barbican_tempest_plugin |
| 25 | |
| 26 | [entry_points] |
| 27 | tempest.test_plugins = |
| 28 | barbican_tests = barbican_tempest_plugin.plugin:BarbicanTempestPlugin |