blob: d2c1556a6a70a6d5f0d59088a14ed25090d0d1f3 [file] [log] [blame]
David Lyle64302f12016-04-29 15:46:34 -06001[metadata]
2name = tempest-horizon
3summary = Tempest Plugin for Horizon tests
4description-file =
5 README.rst
6author = OpenStack
Manik Bindlishdf6a4a82018-12-04 04:36:23 +00007author-email = openstack-discuss@lists.openstack.org
Akihiro Motoki48bde4d2020-04-01 15:07:33 +09008home-page = https://opendev.org/openstack/tempest-horizon
David Lyle64302f12016-04-29 15:46:34 -06009classifier =
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
David Lyle64302f12016-04-29 15:46:34 -060016 Programming Language :: Python :: 3
Akihiro Motoki48bde4d2020-04-01 15:07:33 +090017 Programming Language :: Python :: 3.6
18 Programming Language :: Python :: 3.7
David Lyle64302f12016-04-29 15:46:34 -060019
20[files]
21packages =
22 tempest_horizon
Akihiro Motoki48bde4d2020-04-01 15:07:33 +090023
David Lyle64302f12016-04-29 15:46:34 -060024[entry_points]
25tempest.test_plugins =
David Lyle8847c6a2016-05-19 16:28:07 -060026 horizon = tempest_horizon.plugin:HorizonTempestPlugin